Example #1
0
 public bool IsCategory (Server.Models.Infrastructure.TCategory category)
 {
   return (EntityAction.Equals (null) ? false : EntityAction.Operation.IsCategory (category));
 }