示例#1
0
        public GetCountryResponseDto GetCountry()
        {
            var response = new GetCountryResponseDto();

            response.Country = _iPmsLogic.GetCountry();
            return(response);
        }