This commit is contained in:
Dan Clark
2024-11-20 21:00:09 +00:00
parent 736fd2802b
commit 8466d23aa6
8 changed files with 129 additions and 98 deletions
+3
View File
@@ -4,3 +4,6 @@ public interface IActivation
{
bool IsActive { get; set; }
}
public interface IActivation<TViewModel> :
IActivation;