public ServicioSociedadAuditorREST()
 {
     Mapear.Do();
     this._uow = new UnitOfWork();
     this._safPublicacionLogic = new SafPublicacionLogic();
     this._safConsultaLogic = new SafConsultaLogic();
 }
        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();
        }