Exemple #1
0
 public bool UpdateCategory(int categoryId, bool status)
 {
     return(categoryDao.UpdateCategory(categoryId, status));
 }
Exemple #2
0
 public bool UpdateCategory(Category c)
 {
     return(categoryDao.UpdateCategory(c));
 }
Exemple #3
0
 public void UpdateCategory(Category editRole)
 {
     _categoryDao.UpdateCategory(editRole);
 }