예제 #1
0
 public ActionResult DestroyShipper(int id)
 {
     sRep.Destroy(sRep.Find(id));
     return(RedirectToAction("ShipperList"));
 }