Gestito elenco clienti e prospect in lista contatti
This commit is contained in:
@@ -28,9 +28,9 @@ public class ModalHelpers
|
||||
|
||||
public static async Task<DialogResult?> OpenUserForm(IDialogService dialog, string? codAnag)
|
||||
{
|
||||
var modal = await dialog.ShowAsync<UserForm>(
|
||||
var modal = await dialog.ShowAsync<ContactForm>(
|
||||
"User form",
|
||||
new DialogParameters<UserForm>
|
||||
new DialogParameters<ContactForm>
|
||||
{
|
||||
{ x => x.CodAnag, codAnag }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user