Example #1
0
        public ActionResult DeleteCountry(int id)
        {
            CountryOperator country = new CountryOperator();

            country.Edit(id);
            return(View(country));
        }