示例#1
0
 public string insertInfoIntegracion(string login, string password, int idSite, int idFase, System.DateTime fecha, int productosEnviados, int productosIntegrados, int productosConFoto, int productosConStock, int productosPublicados)
 {
     DLLGestionVenta.HermesModaliaWebServiceReference.insertInfoIntegracionRequest inValue = new DLLGestionVenta.HermesModaliaWebServiceReference.insertInfoIntegracionRequest();
     inValue.Body                     = new DLLGestionVenta.HermesModaliaWebServiceReference.insertInfoIntegracionRequestBody();
     inValue.Body.login               = login;
     inValue.Body.password            = password;
     inValue.Body.idSite              = idSite;
     inValue.Body.idFase              = idFase;
     inValue.Body.fecha               = fecha;
     inValue.Body.productosEnviados   = productosEnviados;
     inValue.Body.productosIntegrados = productosIntegrados;
     inValue.Body.productosConFoto    = productosConFoto;
     inValue.Body.productosConStock   = productosConStock;
     inValue.Body.productosPublicados = productosPublicados;
     DLLGestionVenta.HermesModaliaWebServiceReference.insertInfoIntegracionResponse retVal = ((DLLGestionVenta.HermesModaliaWebServiceReference.HermesImpl)(this)).insertInfoIntegracion(inValue);
     return(retVal.Body.insertInfoIntegracionReturn);
 }
示例#2
0
 DLLGestionVenta.HermesModaliaWebServiceReference.insertInfoIntegracionResponse DLLGestionVenta.HermesModaliaWebServiceReference.HermesImpl.insertInfoIntegracion(DLLGestionVenta.HermesModaliaWebServiceReference.insertInfoIntegracionRequest request)
 {
     return(base.Channel.insertInfoIntegracion(request));
 }