예제 #1
0
 public ActionResult Delete(int id, FormCollection form)
 {
     warehousesService.Delete(id);
     return(RedirectToAction("Index"));
 }