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