예제 #1
0
 public ConceptoEditor(IConceptoView view)
 {
     this.mView               = view;
     this.mConceptoService    = ConceptoService.Instance;
     this.mCentroCostoService = CentroCostoService.Instance;
     this.mPersonaService     = PersonaService.Instance;
     this.Initialize();
 }
예제 #2
0
 public void unirVista(IConceptoView vista)
 {
     Vista = vista;
 }