Exemplo n.º 1
0
 public JsonResult Delete(int categoryId)
 {
     _categoryManager.Delete(categoryId);
     return(null);
 }