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