Add foundation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public record Request<TValue> :
|
||||
INotification
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class Request
|
||||
{
|
||||
public static Request<TValue> Create<TValue>() => new();
|
||||
}
|
||||
Reference in New Issue
Block a user