public bool Exists(string subCategoryName)
 {
     return(repository.Exists(subCategoryName));
 }
示例#2
0
 public bool Exists(string subCategoryName, int categoryID)
 {
     return(repository.Exists(subCategoryName, categoryID));
 }