Exemplo n.º 1
0
 public bool CheckIfCategoryStartsWithC(int categoryId)
 {
     //
     return(_categoryDal.CheckIfCategoryStartsWithC(categoryId));
 }