Amend IPrimaryConfirmation

This commit is contained in:
TheXamlGuy
2024-06-15 20:27:46 +01:00
parent d949a1d48e
commit c52db5ca10
3 changed files with 8 additions and 18 deletions
+1 -6
View File
@@ -2,10 +2,5 @@
public interface IPrimaryConfirmation
{
Task<bool> Confirm();
Task<bool> ConfirmPrimary();
}
public interface IConfirmation
{
Task<bool> Confirm();
}