Example #1
0
        public static PuestoBL GetInstance()
        {
            if (singletonInstance == null)
                singletonInstance = new PuestoBL();

            return singletonInstance;
        }
 public FrmInformeColaborador()
 {
     this.colaboradorBL = ColaboradorBL.GetInstance();
     this.sucursalBL = SucursalBL.GetInstance();
     this.departamentoBL = DepartamentoBL.GetInstance();
     this.puestoBL = PuestoBL.GetInstance();
 }
 public FrmInformePlanillaDesgloseJefatura()
 {
     this.puestoBL = PuestoBL.GetInstance();
     this.sucursalBL = SucursalBL.GetInstance();
     this.periodoBL = PeriodoBL.GetInstance();
     this.colaboradorBL = ColaboradorBL.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 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 FrmConsultaColaboradorPerfil()
        {
            this.colaboradorBL =  ColaboradorBL.GetInstance();
            this.provinciaBL =  ProvinciaBL.GetInstance();
            this.cantonBL =  CantonBL.GetInstance();
            this.distritoBL =  DistritoBL.GetInstance();
            this.nacionalidadBL =  NacionalidadBL.GetInstance();

            this.sucursalBL =  SucursalBL.GetInstance();
            this.departamentoBL =  DepartamentoBL.GetInstance();
            this.puestoBL =  PuestoBL.GetInstance();
        }
Example #7
0
 /// <summary>
 /// constructor
 /// </summary>
 public ColaboradorBL()
 {
     this.colaboradorDA = new ColaboradorDA();
     this.nacionalidadBL =  NacionalidadBL.GetInstance();
     this.provinciaBL = ProvinciaBL.GetInstance();
     this.cantonBL = CantonBL.GetInstance();
     this.distritoBL = DistritoBL.GetInstance();
     this.centroCostoBL = CentroCostoBL.GetInstance();
     this.departamentoBL = DepartamentoBL.GetInstance();
     this.sucursalBL = SucursalBL.GetInstance();
     this.puestoBL = PuestoBL.GetInstance();
     this.bancoBL = BancoBL.GetInstance();
     this.operadoraBL = OperadoraBL.GetInstance();
 }
        /// <summary>
        /// constructor
        /// </summary>
        public FrmCatalogoColaboradorJefatura()
        {
            this.colaboradorBL =  ColaboradorBL.GetInstance();
            this.provinciaBL =  ProvinciaBL.GetInstance();
            this.cantonBL =  CantonBL.GetInstance();
            this.distritoBL =  DistritoBL.GetInstance();
            this.nacionalidadBL =  NacionalidadBL.GetInstance();

            this.sucursalBL =  SucursalBL.GetInstance();
            this.departamentoBL =  DepartamentoBL.GetInstance();
            this.puestoBL =  PuestoBL.GetInstance();
            this.bancoBL =  BancoBL.GetInstance();
            this.operadoraBL =  OperadoraBL.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();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public FrmCatalogoPuesto()
 {
     this.puestoBL =  PuestoBL.GetInstance();
 }
 /// <summary>
 /// constructor
 /// </summary>
 public FrmConsultaPuesto()
 {
     this.puestoBL =  PuestoBL.GetInstance();
 }