コード例 #1
0
 public ActionResult Delete(int[] supplierIDs = null)
 {
     if (supplierIDs != null)
     {
         CataLogBLL.DeleteSuppliers(supplierIDs);
     }
     return(RedirectToAction("Index"));
 }