コード例 #1
0
 public ActionResult DeleteConfirmed(Guid id)
 {
     _service.Remove(id);
     return(RedirectToAction("Index"));
 }