Esempio n. 1
0
 public ActionResult Delete(int[] shipperIDs = null)
 {
     if (shipperIDs != null)
     {
         CataLogBLL.DeleteShippers(shipperIDs);
     }
     return(RedirectToAction("Index"));
 }