Fix grafici
This commit is contained in:
@@ -25,7 +25,7 @@ public abstract class ModalHelper
|
||||
}
|
||||
|
||||
public static async Task<DialogResult?> OpenFormScheda(IDialogService dialog, string codMdep, DateOnly data,
|
||||
Scheda? scheda = null, bool isNew = false)
|
||||
bool isNew = false, Scheda? scheda = null)
|
||||
{
|
||||
scheda = isNew && scheda == null ? new Scheda() : scheda;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user