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(); }
public static SucursalBL GetInstance() { if (singletonInstance == null) singletonInstance = new SucursalBL(); return singletonInstance; }
public FrmInformeDatosCalculoSalarioJefatura() { this.bancoBL = BancoBL.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 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 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 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 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 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(); }
/// <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(); }
/// <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(); }
/// <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 FrmControlVacacionesEstadoJefatura() { this.vacacionesBL = VacacionesBL.GetInstance(); this.colaboradorBL = ColaboradorBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); }
/// <summary> /// constructor /// </summary> public PlanillaEncabezadoBL() { this.colaboradorBL = ColaboradorBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); this.planillaEncabezadoDA = new PlanillaEncabezadoDA(); }
public FrmInformePlanillaDesgloseMes() { this.puestoBL = PuestoBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); this.periodoBL = PeriodoBL.GetInstance(); }
/// <summary> /// constructor /// </summary> public FrmInformeComprobantePlanilla() { this.sucursalBL = SucursalBL.GetInstance(); this.colaboradorBL = ColaboradorBL.GetInstance(); this.periodoBL = PeriodoBL.GetInstance(); }
public FrmInformePlanillaResumen() { this.puestoBL = PuestoBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); this.periodoBL = PeriodoBL.GetInstance(); }
public FrmArchivoCCSS() { this.periodoBL = PeriodoBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); }
/// <summary> /// constructor /// </summary> public FrmControlHorario() { this.controlHorarioBL = ControlHorarioBL.GetInstance(); this.colaboradorBL = ColaboradorBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); }
/// <summary> /// constructor /// </summary> public FrmCatalogoSucursal() { this.sucursalBL = SucursalBL.GetInstance(); }
/// <summary> /// constructor /// </summary> public FrmConsultaSucursal() { this.sucursalBL = SucursalBL.GetInstance(); }
public FrmInformeDatosCalculoSalario() { this.bancoBL = BancoBL.GetInstance(); this.sucursalBL = SucursalBL.GetInstance(); this.periodoBL = PeriodoBL.GetInstance(); }