Ejemplo n.º 1
0
 public ActionResult Delete(string method = "", int[] categoriesIDs = null)
 {
     if (categoriesIDs != null)
     {
         CatalogBLL.Categories_Delete(categoriesIDs);
     }
     return(RedirectToAction("Index"));
 }