Exemple #1
0
 public System.Threading.Tasks.Task <Configuration.ServiceReference1.AddResponse> AddAsync(Configuration.ServiceReference1.Employee employee)
 {
     Configuration.ServiceReference1.AddRequest inValue = new Configuration.ServiceReference1.AddRequest();
     inValue.Body          = new Configuration.ServiceReference1.AddRequestBody();
     inValue.Body.employee = employee;
     return(((Configuration.ServiceReference1.ServiceSoap)(this)).AddAsync(inValue));
 }
Exemple #2
0
 public int Add(Configuration.ServiceReference1.Employee employee)
 {
     Configuration.ServiceReference1.AddRequest inValue = new Configuration.ServiceReference1.AddRequest();
     inValue.Body          = new Configuration.ServiceReference1.AddRequestBody();
     inValue.Body.employee = employee;
     Configuration.ServiceReference1.AddResponse retVal = ((Configuration.ServiceReference1.ServiceSoap)(this)).Add(inValue);
     return(retVal.Body.AddResult);
 }
Exemple #3
0
 System.Threading.Tasks.Task <Configuration.ServiceReference1.AddResponse> Configuration.ServiceReference1.ServiceSoap.AddAsync(Configuration.ServiceReference1.AddRequest request)
 {
     return(base.Channel.AddAsync(request));
 }
Exemple #4
0
 Configuration.ServiceReference1.AddResponse Configuration.ServiceReference1.ServiceSoap.Add(Configuration.ServiceReference1.AddRequest request)
 {
     return(base.Channel.Add(request));
 }