Пример #1
0
 public async Task <IActionResult> Delete(int id = 0)
 {
     return(Json(await service.DeleteArticleType(id)));
 }