Пример #1
0
 public System.Threading.Tasks.Task <Sixeyed.ExtensionLibrary.Tests.Stubs.WcfService.CompositeType> GetDataUsingDataContractAsync(Sixeyed.ExtensionLibrary.Tests.Stubs.WcfService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
Пример #2
0
 public Sixeyed.ExtensionLibrary.Tests.Stubs.WcfService.CompositeType GetDataUsingDataContract(Sixeyed.ExtensionLibrary.Tests.Stubs.WcfService.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }