Пример #1
0
 public System.Threading.Tasks.Task <Configuration.ServiceReference1.UdateResponse> UdateAsync(Configuration.ServiceReference1.Employee employee)
 {
     Configuration.ServiceReference1.UdateRequest inValue = new Configuration.ServiceReference1.UdateRequest();
     inValue.Body          = new Configuration.ServiceReference1.UdateRequestBody();
     inValue.Body.employee = employee;
     return(((Configuration.ServiceReference1.ServiceSoap)(this)).UdateAsync(inValue));
 }
Пример #2
0
 public int Udate(Configuration.ServiceReference1.Employee employee)
 {
     Configuration.ServiceReference1.UdateRequest inValue = new Configuration.ServiceReference1.UdateRequest();
     inValue.Body          = new Configuration.ServiceReference1.UdateRequestBody();
     inValue.Body.employee = employee;
     Configuration.ServiceReference1.UdateResponse retVal = ((Configuration.ServiceReference1.ServiceSoap)(this)).Udate(inValue);
     return(retVal.Body.UdateResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <Configuration.ServiceReference1.UdateResponse> Configuration.ServiceReference1.ServiceSoap.UdateAsync(Configuration.ServiceReference1.UdateRequest request)
 {
     return(base.Channel.UdateAsync(request));
 }
Пример #4
0
 Configuration.ServiceReference1.UdateResponse Configuration.ServiceReference1.ServiceSoap.Udate(Configuration.ServiceReference1.UdateRequest request)
 {
     return(base.Channel.Udate(request));
 }