Exemplo n.º 1
0
 public Task <int> DeleteCategory(int id)
 {
     return(_categoryBusiness.DeleteCategoryById(id));
 }