Exemplo n.º 1
0
 public bool IsCategory(ITermCategory category)
 {
     return(_information.IsCategory(category));
 }
Exemplo n.º 2
0
 public virtual bool IsCategory(ITermCategory category)
 {
     return(_termCategory.IsCategory(category));
 }