Example #1
0
 public ActionResult Delete(int comment)
 {
     cRepo.Drop(comment);
     return(new EmptyResult());
 }