Add foundation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IPrimaryConfirmation
|
||||
{
|
||||
Task<bool> Confirm();
|
||||
}
|
||||
|
||||
public interface IConfirmation
|
||||
{
|
||||
Task<bool> Confirm();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user