Ejemplo n.º 1
0
 public async Task <List <CountryModel> > GetCountries()
 {
     return(await lookupService.FindCountries());
 }