Esempio n. 1
0
 public Guid AddSubCategory(NewSubCategoryDto data)
 {
     return(service.AddNewSubCategory(data));
 }