Esempio n. 1
0
 public async Task <ActionResult <bool> > RemoveCategory(int categoryId)
 {
     return(await _categoryProvider.RemoveCategory(categoryId));
 }