示例#1
0
 public async Task ShowAsync()
 {
     msg = null;
     await JsRuntime.ShowModalStaticAsync(nameof(AddCustomerModal));
 }