public EmployeesController(IPersona personaRepository)
 {
     this._IPersona                   = personaRepository;
     this.IPeopleDomicilio            = new peopleDomicilioBL();
     this.IPeopleTravel               = new peopleTravelBL();
     this._IMaInstanciaRepository     = new MaInstanciaBL();
     this._IMaTipoDocumentoRepository = new maTipoDocumentoBL();
     this._IPeopleModalidadRepository = new peopleModalidadBL();
     this._IPeopleChargeRepository    = new peopleChargeBL();
 }
Ejemplo n.º 2
0
 public MaInstitucionController()
 {
     _IMaInstanciaRepository = new MaInstanciaBL();
 }