Beispiel #1
0
 public System.Threading.Tasks.Task <WindowsFormsApplication1.SimpleWCFService.CompositeType> GetDataUsingDataContractAsync(WindowsFormsApplication1.SimpleWCFService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
Beispiel #2
0
 public WindowsFormsApplication1.SimpleWCFService.CompositeType GetDataUsingDataContract(WindowsFormsApplication1.SimpleWCFService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }