Ejemplo n.º 1
0
        // GET: Country
        public ActionResult Index()
        {
            CountryModel CoM = new CountryModel();

            CoM = CountryBL.CountryModel();
            return(View(CoM));
        }