Exemplo n.º 1
0
 public async Task <IActionResult> GetCountries()
 {
     return(Ok(await _iStaticDataRepository.CountryList()));
 }