Example #1
0
 public ActionResult DeleteCountry(int id, CountryOperator country)
 {
     country.Delete(id);
     return(RedirectToAction("CountryList"));
 }