protected override void SetModelState(RoleStates state, IRoleDataModel model)
 {
     // todo : update model properties to reflect the state
     throw new NotImplementedException();
 }
Exemple #2
0
 /// <summary>
 /// Sets the state of the model.
 /// </summary>
 abstract protected void SetModelState(RoleStates state, IRoleDataModel model);