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
+6
View File
@@ -0,0 +1,6 @@
namespace Toolkit.Foundation;
public interface IConfirmation
{
Task<bool> Confirm();
}