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