Beispiel #1
0
        public AllResponseCountry All()
        {
            var response        = new AllResponseCountry();
            var countryBussines = new CountryBusiness();

            response.Result = countryBussines.ALL();
            return(response);
        }