示例#1
0
 public ActionResult Delete(int Id)
 {
     _countryWebTask.DeleteCountry(Id);
     return(RedirectToAction("Index"));
 }