Esempio n. 1
0
 public async Task <ICollection <string> > GetAllNames()
 {
     return(await wcfService.GetAllPlacesNamesAsync());
 }