コード例 #1
0
 public ActionResult DeleteCountry(int id)
 {
     _icountry.DeleteConfirm(id);
     return(RedirectToAction("CountryDeleted"));
 }