Exemple #1
0
 public System.Threading.Tasks.Task <SampleWCFClient.DataSourceService.ServiceResponse> SavePersonAsync(SampleWCFClient.DataSourceService.Person person)
 {
     return(base.Channel.SavePersonAsync(person));
 }
Exemple #2
0
 public SampleWCFClient.DataSourceService.ServiceResponse SavePerson(SampleWCFClient.DataSourceService.Person person)
 {
     return(base.Channel.SavePerson(person));
 }