Example #1
0
        public IActionResult GetDictionaryCountry()
        {
            List <DictionaryCountryModel> countries = _countryRepository.GetDictionaryCountry();

            return(Ok(countries));
        }