Example #1
0
 public virtual ActionResult DeleteConfirmed(int id)
 {
     _FDPService.DeleteById(id);
     return(RedirectToAction("Index"));
 }