Пример #1
0
        public ZonaFl.Persistence.Entities.City FindFirstCityByCountry(int CountryId)
        {
            CountryRepository countryrepo = new CountryRepository();

            return(countryrepo.FindFirstCityByCountry(CountryId));
        }