Beispiel #1
0
 public NovedadEditor(INovedadView view)
 {
     this.mView               = view;
     this.mNovedadService     = NovedadService.Instance;
     this.mCentroCostoService = CentroCostoService.Instance;
     this.mPersonaService     = PersonaService.Instance;
     this.Initialize();
 }
Beispiel #2
0
 public PlanillaEditor(IPlanillaView view)
 {
     this.mView                   = view;
     this.mPlanillaService        = PlanillaService.Instance;
     this.mAreaService            = AreaService.Instance;
     this.mSucursalService        = SucursalService.Instance;
     this.mPersonaService         = PersonaService.Instance;
     this.mOrdenProduccionService = OrdenProduccionService.Instance;
     this.mActividadService       = ActividadService.Instance;
     this.mCentroCostoService     = CentroCostoService.Instance;
     this.mNovedadService         = NovedadService.Instance;
     this.mConfiguracionService   = ConfiguracionService.Instance;
     this.mNumeracionService      = NumeracionService.Instance;
     this.Initialize();
 }