public GestionSociedadAuditorLogic() { Mapear.Do(); this._safSolicitudLogic = new SafSolicitudLogic(); this._safAuditorLogic = new SafAuditorLogic(); this._safSoaLogic = new SafSoaLogic(); this._safTipoSolicitudLogic = new SafTipoSolicitudLogic(); }
public SafRestLogic() { Mapear.Do(); this._uow = new UnitOfWork(); this._safPublicacionLogic = new SafPublicacionLogic(); this._safConsultaLogic = new SafConsultaLogic(); this._safAuditorLogic = new SafAuditorLogic(); this._safSoaLogic = new SafSoaLogic(); this._notificacionLogic = new SafNotificacionLogic(); this._vwSafPublicacionLogic = new VwSafPublicacionLogic(); this._safAsistenciaLogic = new SafAsistenciaLogic(); this._safJustificarFaltaLogic = new SafFaltaJustificadaLogic(); this._vwSafPropuestaEjecucionLogic = new VwSafPropuestaEjecucionLogic(); this._vwSafAuditoriaEquipoLogic = new VwSafAuditoriaEquipoLogic(); }
public SeguridadLogic() { this._safAuditorLogic = new SafAuditorLogic(); this._safSoaLogic = new SafSoaLogic(); }