コード例 #1
0
 public ActionResult Delete(string method = "", string[] customerIDs = null)
 {
     if (customerIDs != null)
     {
         CatalogBLL.Customers_Delete(customerIDs);
     }
     return(RedirectToAction("Index"));
 }