Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <M_Platform.ServiceIportUser.AddResponse> AddAsync(string xmlParams, int retType)
 {
     M_Platform.ServiceIportUser.AddRequest inValue = new M_Platform.ServiceIportUser.AddRequest();
     inValue.Body           = new M_Platform.ServiceIportUser.AddRequestBody();
     inValue.Body.xmlParams = xmlParams;
     inValue.Body.retType   = retType;
     return(((M_Platform.ServiceIportUser.WebServiceUserSoap)(this)).AddAsync(inValue));
 }
Ejemplo n.º 2
0
 public string Add(string xmlParams, int retType)
 {
     M_Platform.ServiceIportUser.AddRequest inValue = new M_Platform.ServiceIportUser.AddRequest();
     inValue.Body           = new M_Platform.ServiceIportUser.AddRequestBody();
     inValue.Body.xmlParams = xmlParams;
     inValue.Body.retType   = retType;
     M_Platform.ServiceIportUser.AddResponse retVal = ((M_Platform.ServiceIportUser.WebServiceUserSoap)(this)).Add(inValue);
     return(retVal.Body.AddResult);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <M_Platform.ServiceIportUser.AddResponse> M_Platform.ServiceIportUser.WebServiceUserSoap.AddAsync(M_Platform.ServiceIportUser.AddRequest request)
 {
     return(base.Channel.AddAsync(request));
 }
Ejemplo n.º 4
0
 M_Platform.ServiceIportUser.AddResponse M_Platform.ServiceIportUser.WebServiceUserSoap.Add(M_Platform.ServiceIportUser.AddRequest request)
 {
     return(base.Channel.Add(request));
 }