Esempio n. 1
0
 public System.Threading.Tasks.Task <bool> RetPersonDataAsync(WebServiceClient.PersonWcfService.PersonDTO person)
 {
     return(base.Channel.RetPersonDataAsync(person));
 }
Esempio n. 2
0
 public bool RetPersonData(WebServiceClient.PersonWcfService.PersonDTO person)
 {
     return(base.Channel.RetPersonData(person));
 }