Example #1
0
 public System.Threading.Tasks.Task <Dracula.Client.Net.DracServRef.CompositeType> GetDataUsingDataContractAsync(Dracula.Client.Net.DracServRef.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
Example #2
0
 public Dracula.Client.Net.DracServRef.CompositeType GetDataUsingDataContract(Dracula.Client.Net.DracServRef.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }