Example #1
0
 public bool AddOrUpdateCategory(CategoryMaster model)
 {
     return(_categoryRepository.AddOrUpdateCategory(model));
 }