Esempio n. 1
0
 public bool SaveCategory(Category category)
 {
     return(_AdminBAL.SaveCategory(category));
 }