Esempio n. 1
0
 public async Task <Country[]> FindCountries()
 {
     return(await t.FindCountries());
 }