Ejemplo n.º 1
0
        public string GetCountry()
        {
            CountryBL    CBL    = new CountryBL();
            CountryModel CModel = new CountryModel();

            return(CBL.GetCountry(CModel));
        }