コード例 #1
0
 public async Task <List <CountryModel> > GetCountries()
 {
     return(await lookupService.FindCountries());
 }