Exemple #1
0
 public ActionResult Delete(Guid id)
 {
     _articleService.DeleteNewsArticles(id);
     return(Json(true));
 }