Added ICollectionSynchronization
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IDecoratorService<T>
|
||||
{
|
||||
T? Value { get; }
|
||||
|
||||
void Set(T value);
|
||||
}
|
||||
Reference in New Issue
Block a user