コード例 #1
0
 public Obtener_MetaPresupuestoCabDetRequest(int idEmpresa, int codigoUsuario, int anno, int mes, string id_vendedor, GS.SISGEGS.DM.USP_Sel_MetaPresupuestoCabResult eMetaPreCab, GS.SISGEGS.DM.USP_Sel_MetaPresupuestoDetResult[] lstMetaPreDet)
 {
     this.idEmpresa     = idEmpresa;
     this.codigoUsuario = codigoUsuario;
     this.anno          = anno;
     this.mes           = mes;
     this.id_vendedor   = id_vendedor;
     this.eMetaPreCab   = eMetaPreCab;
     this.lstMetaPreDet = lstMetaPreDet;
 }
コード例 #2
0
 public void Obtener_MetaPresupuestoCabDet(int idEmpresa, int codigoUsuario, int anno, int mes, string id_vendedor, ref GS.SISGEGS.DM.USP_Sel_MetaPresupuestoCabResult eMetaPreCab, ref GS.SISGEGS.DM.USP_Sel_MetaPresupuestoDetResult[] lstMetaPreDet)
 {
     GS.SISGEGS.Web.PlanificacionWCF.Obtener_MetaPresupuestoCabDetRequest inValue = new GS.SISGEGS.Web.PlanificacionWCF.Obtener_MetaPresupuestoCabDetRequest();
     inValue.idEmpresa     = idEmpresa;
     inValue.codigoUsuario = codigoUsuario;
     inValue.anno          = anno;
     inValue.mes           = mes;
     inValue.id_vendedor   = id_vendedor;
     inValue.eMetaPreCab   = eMetaPreCab;
     inValue.lstMetaPreDet = lstMetaPreDet;
     GS.SISGEGS.Web.PlanificacionWCF.Obtener_MetaPresupuestoCabDetResponse retVal = ((GS.SISGEGS.Web.PlanificacionWCF.IPlanificacionWCF)(this)).Obtener_MetaPresupuestoCabDet(inValue);
     eMetaPreCab   = retVal.eMetaPreCab;
     lstMetaPreDet = retVal.lstMetaPreDet;
 }
コード例 #3
0
 public Obtener_MetaPresupuestoCabDetResponse(GS.SISGEGS.DM.USP_Sel_MetaPresupuestoCabResult eMetaPreCab, GS.SISGEGS.DM.USP_Sel_MetaPresupuestoDetResult[] lstMetaPreDet)
 {
     this.eMetaPreCab   = eMetaPreCab;
     this.lstMetaPreDet = lstMetaPreDet;
 }