WIP
This commit is contained in:
@@ -4,3 +4,6 @@ public interface IActivation
|
||||
{
|
||||
bool IsActive { get; set; }
|
||||
}
|
||||
|
||||
public interface IActivation<TViewModel> :
|
||||
IActivation;
|
||||
Reference in New Issue
Block a user