Exemple #1
0
 public ConceptoEditor(IConceptoView view)
 {
     this.mView               = view;
     this.mConceptoService    = ConceptoService.Instance;
     this.mCentroCostoService = CentroCostoService.Instance;
     this.mPersonaService     = PersonaService.Instance;
     this.Initialize();
 }
Exemple #2
0
 public ImportarEditor(IImportarView view)
 {
     this.mView               = view;
     this.mImportarService    = ImportarService.Instance;
     this.mActividadService   = ActividadService.Instance;
     this.mCentroCostoService = CentroCostoService.Instance;
     this.mConceptoService    = ConceptoService.Instance;
     this.mPersonaService     = PersonaService.Instance;
     this.mSucursalService    = SucursalService.Instance;
     this.Initialize();
 }