Skip to content
Snippets Groups Projects

Resolve "Improve Delete Info PopUp when deleting"

Merged Dario Berther requested to merge 233-improve-delete-info-popup into master
43 files
+ 281
880
Compare changes
  • Side-by-side
  • Inline
Files
43
@@ -2,6 +2,6 @@
public interface IDialogService
{
Task<bool> ShowConfirmationAsync(string message);
Task<bool> ShowDeleteConfirmationAsync(string nameOfType, string nameOfObject = "");
Task ShowAlertAsync(string message);
}
\ No newline at end of file