Add foundation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IActivated
|
||||
{
|
||||
Task Activated();
|
||||
}
|
||||
|
||||
public interface IActivated<TResult>
|
||||
{
|
||||
Task Activated(TResult result);
|
||||
}
|
||||
Reference in New Issue
Block a user