コード例 #1
0
        public async Task <CountyCompleteDto> GetCompleteByIbge(int codeIbge)
        {
            var countyEntity = await _countyRepository.GetCompleteByIbgeAsync(codeIbge);

            return(_iMapper.Map <CountyCompleteDto>(countyEntity));
        }