Beispiel #1
0
 public bool IsCategory(ITermCategory category)
 {
     return(_information.IsCategory(category));
 }
Beispiel #2
0
 public virtual bool IsCategory(ITermCategory category)
 {
     return(_termCategory.IsCategory(category));
 }