Пример #1
0
        public ActionResult Index()
        {
            List <CountryDB> myCountryDB = CountryDB.GetAll();

            return(View(myCountryDB));
        }