Beispiel #1
0
 public ActionResult Delete(int id)
 {
     publishingService.DeletePublishing(id);
     return(RedirectToAction("List"));
 }