예제 #1
0
        public IResponseDTO GetAllByCountry(int CountryId, int pageNumber = 0, int pageSize = 0)
        {
            var result = ServicesCity.GetAllByCountry(CountryId, pageNumber, pageSize);

            return(result);
        }