Esempio n. 1
0
 public async Task <IList <Place> > GetPlacesAsync()
 {
     return(await _place.GetPlacesAsync());
 }