Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <SitioWeb.WS_Empresa.InsertIntoResponse> InsertIntoAsync(string UidUserLogin, SitioWeb.WS_Empresa.ClassEmpresa VALUE)
 {
     SitioWeb.WS_Empresa.InsertIntoRequest inValue = new SitioWeb.WS_Empresa.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Empresa.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     return(((SitioWeb.WS_Empresa.WS_EmpresaSoap)(this)).InsertIntoAsync(inValue));
 }
Ejemplo n.º 2
0
 public string InsertInto(string UidUserLogin, SitioWeb.WS_Empresa.ClassEmpresa VALUE)
 {
     SitioWeb.WS_Empresa.InsertIntoRequest inValue = new SitioWeb.WS_Empresa.InsertIntoRequest();
     inValue.Body = new SitioWeb.WS_Empresa.InsertIntoRequestBody();
     inValue.Body.UidUserLogin = UidUserLogin;
     inValue.Body.VALUE        = VALUE;
     SitioWeb.WS_Empresa.InsertIntoResponse retVal = ((SitioWeb.WS_Empresa.WS_EmpresaSoap)(this)).InsertInto(inValue);
     return(retVal.Body.resultado);
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <SitioWeb.WS_Empresa.InsertIntoResponse> SitioWeb.WS_Empresa.WS_EmpresaSoap.InsertIntoAsync(SitioWeb.WS_Empresa.InsertIntoRequest request)
 {
     return(base.Channel.InsertIntoAsync(request));
 }
Ejemplo n.º 4
0
 SitioWeb.WS_Empresa.InsertIntoResponse SitioWeb.WS_Empresa.WS_EmpresaSoap.InsertInto(SitioWeb.WS_Empresa.InsertIntoRequest request)
 {
     return(base.Channel.InsertInto(request));
 }