예제 #1
0
 public ActionResult Delete(Guid id)
 {
     Crud.DeleteComment(id);
     return(PartialView("_Empty"));
 }