Added ICollectionSynchronization

This commit is contained in:
TheXamlGuy
2024-06-04 12:14:00 +01:00
parent c13d565e7c
commit 2cf9a19ac7
11 changed files with 109 additions and 23 deletions
-5
View File
@@ -8,9 +8,4 @@ public interface IProvider<TParameter, TService>
public interface IProvider<TService>
{
TService? Get();
}
public interface ISelectable
{
bool Selected { get; set; }
}