Exemple #1
0
 public ActionResult Delete(int id, FormCollection collection)
 {
     try
     {
         IPR.Remove(id);
         return(RedirectToAction("Index"));
     }
     catch
     {
         return(View());
     }
 }