Example #1
0
 public async Task <ActionResult <IEnumerable <CountryDto> > > GetAllCountriesAsync(CancellationToken cancellationToken)
 {
     return((await _lookupService.GetAllCountriesAsync(cancellationToken)).ToList());
 }