public bool Exists(string subCategoryName)
 {
     return(repository.Exists(subCategoryName));
 }
Exemplo n.º 2
0
 public bool Exists(string subCategoryName, int categoryID)
 {
     return(repository.Exists(subCategoryName, categoryID));
 }