Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <ServiceReference1.Log_inResponse> Log_inAsync(string userID, string passWD, ServiceReference1.User_Data[] tran_)
 {
     ServiceReference1.Log_inRequest inValue = new ServiceReference1.Log_inRequest();
     inValue.Body        = new ServiceReference1.Log_inRequestBody();
     inValue.Body.userID = userID;
     inValue.Body.passWD = passWD;
     inValue.Body.tran_  = tran_;
     return(((ServiceReference1.Cont_Work_DSoap)(this)).Log_inAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <ServiceReference1.Log_inResponse> ServiceReference1.Cont_Work_DSoap.Log_inAsync(ServiceReference1.Log_inRequest request)
 {
     return(base.Channel.Log_inAsync(request));
 }