Example #1
0
 public bool IsOperation(Server.Models.Infrastructure.TOperation operation, Server.Models.Infrastructure.TExtension extension)
 {
     return(EntityAction.IsNull() ? false : EntityAction.Operation.IsOperation(operation, extension));
 }
Example #2
0
 public bool IsOperationCategory(Server.Models.Infrastructure.TCategory category)
 {
     return(EntityAction.IsNull() ? false : EntityAction.Operation.IsCategory(category));
 }