Example #1
0
 protected bool BeTypeProcess(ActionType action)
 {
     return(action != null && ActionType.GetById(action.Key) != null);
 }