Beispiel #1
0
        public static PeriodoBL GetInstance()
        {
            if (singletonInstance == null)
                singletonInstance = new PeriodoBL();

            return singletonInstance;
        }
 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();
 }
 /// <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();
 }
 /// <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();
 }
 /// <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();
 }
 /// <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();
 }
 /// <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();
 }
 /// <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();
 }
Beispiel #10
0
 public Login()
 {
     this.usuarioBL =  UsuarioBL.GetInstance();
     this.periodoBL = PeriodoBL.GetInstance();
     this.utilidadesBL = UtilidadesBL.GetInstance();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public FrmInformeComprobantePlanilla()
 {
     this.sucursalBL =  SucursalBL.GetInstance();
     this.colaboradorBL =  ColaboradorBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }
 public FrmArchivoCCSS()
 {
     this.periodoBL =  PeriodoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
 }
 public FrmInformeDatosCalculoSalario()
 {
     this.bancoBL =  BancoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }
 public FrmInformeCentoCostoResumen()
 {
     this.periodoBL =  PeriodoBL.GetInstance();
     this.centroCostoBL =  CentroCostoBL.GetInstance();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public FrmConsultaPeriodo()
 {
     this.periodoBL =  PeriodoBL.GetInstance();
 }
 public FrmInformePlanillaResumen()
 {
     this.puestoBL =  PuestoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }
 public FrmInformePlanillaDesgloseMes()
 {
     this.puestoBL =  PuestoBL.GetInstance();
     this.sucursalBL =  SucursalBL.GetInstance();
     this.periodoBL =  PeriodoBL.GetInstance();
 }