Ejemplo n.º 1
0
 public ActionResult Delete(int[] countryIDs = null)
 {
     if (countryIDs != null)
     {
         CataLogBLL.DeleteCountries(countryIDs);
     }
     return(RedirectToAction("Index"));
 }