Exemplo n.º 1
0
 public async Task <ActionResult <ResultDto <List <String> > > > GetCitiesAync()
 {
     return(Ok(await _BonusService.GetCitiesAsync()));
 }