Ejemplo n.º 1
0
 public JsonResult DeleteNewsCategory(int id)
 {
     return(Json(_newsCategoryService.DeleteNewsCategory(id)));
 }