예제 #1
0
 public System.Threading.Tasks.Task <WindowsFormsTesteWebService.ServicoSomar.CompositeType> GetDataUsingDataContractAsync(WindowsFormsTesteWebService.ServicoSomar.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContractAsync(composite));
 }
예제 #2
0
 public WindowsFormsTesteWebService.ServicoSomar.CompositeType GetDataUsingDataContract(WindowsFormsTesteWebService.ServicoSomar.CompositeType composite)
 {
     return(base.Channel.GetDataUsingDataContract(composite));
 }