Example #1
0
        public ActionResult AddCountry()
        {
            CountryOperator country = new CountryOperator();

            country.Add();
            return(View(country));
        }