GlobalModule.cs 151 B

1234567
  1. namespace SimpleWebChat.BlazorWasm.Modules
  2. {
  3. public static class GlobalModule
  4. {
  5. public static string BasePath { get; set; }
  6. }
  7. }