コード例 #1
0
ファイル: PeriodoBL.cs プロジェクト: jupmasalamanca/idisa
        public static PeriodoBL GetInstance()
        {
            if (singletonInstance == null)
                singletonInstance = new PeriodoBL();

            return singletonInstance;
        }
コード例 #2
0
 public FrmInformePlanillaDesgloseJefatura()
 {
     this.puestoBL = PuestoBL.GetInstance();
     this.sucursalBL = SucursalBL.GetInstance();
     this.periodoBL = PeriodoBL.GetInstance();
     this.colaboradorBL = ColaboradorBL.GetInstance();
 }
 public FrmInformeDatosCalculoSalarioJefatura()
 {
     this.bancoBL =  BancoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
     this.colaboradorBL = ColaboradorBL.GetInstance();
 }
コード例 #4
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmCalculoAguinaldo()
 {
     this.planillaEncabezadoBL =  PlanillaEncabezadoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
     this.bancoBL =  BancoBL.GetInstance();
 }
コード例 #5
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmCalculoFalsoPlanillaJefatura()
 {
     this.planillaEncabezadoBL =  PlanillaEncabezadoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
     this.bancoBL =  BancoBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
 }
コード例 #6
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmControlEnvioCorreo()
 {
     this.planillaEncabezadoBL =  PlanillaEncabezadoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
     this.puestoBL =  PuestoBL.GetInstance();
 }
コード例 #7
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmResumenSucursalPuesto()
 {
     this.planillaEncabezadoBL =  PlanillaEncabezadoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
     this.puestoBL =  PuestoBL.GetInstance();
 }
コード例 #8
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmCalculoLiquidacion()
 {
     this.planillaEncabezadoBL =  PlanillaEncabezadoBL.GetInstance();
     this.sucursalBL = SucursalBL.GetInstance();
     this.deduccionBL = DeduccionBL.GetInstance();
     this.periodoBL = PeriodoBL.GetInstance();
     this.colaboradorBL = ColaboradorBL.GetInstance();
     this.bancoBL = BancoBL.GetInstance();
     this.productoBL = ProductoBL.GetInstance();
     this.planillaDetalleBL = PlanillaDetalleBL.GetInstance();
 }
コード例 #9
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmCalculoPlanillaHistorico()
 {
     this.listaDetalles = new List<PlanillaDetalle>();
     this.planillaEncabezadoBL =  PlanillaEncabezadoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.deduccionBL =  DeduccionBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
     this.bancoBL =  BancoBL.GetInstance();
     this.productoBL =  ProductoBL.GetInstance();
     this.planillaDetalleBL =  PlanillaDetalleBL.GetInstance();
 }
コード例 #10
0
ファイル: Login.aspx.cs プロジェクト: jupmasalamanca/idisa
 public Login()
 {
     this.usuarioBL =  UsuarioBL.GetInstance();
     this.periodoBL = PeriodoBL.GetInstance();
     this.utilidadesBL = UtilidadesBL.GetInstance();
 }
コード例 #11
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmInformeComprobantePlanilla()
 {
     this.sucursalBL =  SucursalBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }
コード例 #12
0
 public FrmArchivoCCSS()
 {
     this.periodoBL =  PeriodoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
 }
コード例 #13
0
 public FrmInformeDatosCalculoSalario()
 {
     this.bancoBL =  BancoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }
コード例 #14
0
 public FrmInformeCentoCostoResumen()
 {
     this.periodoBL =  PeriodoBL.GetInstance();
     this.centroCostoBL =  CentroCostoBL.GetInstance();
 }
コード例 #15
0
 /// <summary>
 /// constructor
 /// </summary>
 public FrmConsultaPeriodo()
 {
     this.periodoBL =  PeriodoBL.GetInstance();
 }
コード例 #16
0
 public FrmInformePlanillaResumen()
 {
     this.puestoBL =  PuestoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }
コード例 #17
0
 public FrmInformePlanillaDesgloseMes()
 {
     this.puestoBL =  PuestoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }