Ejemplo n.º 1
0
 public Task <GenericPopupOut> GenericPopupAsync(GenericPopupIn genericPopupIn)
 {
     return(new GenericPopup().PopupAsync(genericPopupIn));
 }
Ejemplo n.º 2
0
 public async Task <GenericPopupOut> GenericPopupAsync(GenericPopupIn genericPopupIn) =>
 await _blazorDialog.ShowDialog <GenericPopupOut>("GenericPopup", genericPopupIn);