Esempio n. 1
0
 public ActionResult UpdateCountry(int id)
 {
     CountryViewModel vmCountry = new CountryViewModel();
     vmCountry.Read(id);
     return View(vmCountry);
 }