Esempio n. 1
0
 public bool AddCategories(List <Category> categories)
 {
     return(categoryDAL.AddCategories(categories));
 }