Beispiel #1
0
 public System.Threading.Tasks.Task <mySOAP.App.ServiceReference1.ServiceResponse> AddAsync(mySOAP.App.ServiceReference1.Distributor item)
 {
     return(base.Channel.AddAsync(item));
 }
Beispiel #2
0
 public mySOAP.App.ServiceReference1.ServiceResponse Add(mySOAP.App.ServiceReference1.Distributor item)
 {
     return(base.Channel.Add(item));
 }