コード例 #1
0
 public ComandosPlanoAula(IRepositorioPlanoAula repositorioPlanoAula,
                          IRepositorioObjetivoAprendizagemAula repositorioObjetivosAula,
                          IRepositorioObjetivoAprendizagemPlano repositorioObjetivoAprendizagemPlano,
                          IRepositorioAula repositorioAula,
                          IRepositorioAtribuicaoCJ repositorioAtribuicaoCJ,
                          IConsultasAbrangencia consultasAbrangencia,
                          IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                          IConsultasPlanoAnual consultasPlanoAnual,
                          IConsultasProfessor consultasProfessor,
                          IServicoUsuario servicoUsuario,
                          IUnitOfWork unitOfWork,
                          IServicoEOL servicoEol)
 {
     this.repositorio = repositorioPlanoAula;
     this.repositorioObjetivosAula             = repositorioObjetivosAula;
     this.repositorioObjetivoAprendizagemPlano = repositorioObjetivoAprendizagemPlano;
     this.repositorioAula               = repositorioAula;
     this.repositorioAtribuicaoCJ       = repositorioAtribuicaoCJ;
     this.consultasAbrangencia          = consultasAbrangencia;
     this.consultasProfessor            = consultasProfessor;
     this.consultasObjetivoAprendizagem = consultasObjetivoAprendizagem;
     this.consultasPlanoAnual           = consultasPlanoAnual;
     this.unitOfWork     = unitOfWork;
     this.servicoEol     = servicoEol ?? throw new ArgumentNullException(nameof(servicoEol));
     this.servicoUsuario = servicoUsuario;
 }
コード例 #2
0
 public ConsultasDisciplina(IServicoEol servicoEOL,
                            IRepositorioCache repositorioCache,
                            IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                            IServicoUsuario servicoUsuario,
                            IRepositorioComponenteCurricularJurema repositorioComponenteCurricularJurema,
                            IRepositorioAtribuicaoCJ repositorioAtribuicaoCJ,
                            IRepositorioComponenteCurricular repositorioComponenteCurricular,
                            IRepositorioTurma repositorioTurma, IMediator mediator) : base(mediator)
 {
     this.servicoEOL = servicoEOL ??
                       throw new System.ArgumentNullException(nameof(servicoEOL));
     this.repositorioCache = repositorioCache ??
                             throw new System.ArgumentNullException(nameof(repositorioCache));
     this.consultasObjetivoAprendizagem = consultasObjetivoAprendizagem ??
                                          throw new System.ArgumentNullException(nameof(consultasObjetivoAprendizagem));
     this.servicoUsuario = servicoUsuario ??
                           throw new System.ArgumentNullException(nameof(servicoUsuario));
     this.repositorioAtribuicaoCJ = repositorioAtribuicaoCJ ??
                                    throw new System.ArgumentNullException(nameof(repositorioAtribuicaoCJ));
     this.repositorioComponenteCurricular = repositorioComponenteCurricular ??
                                            throw new System.ArgumentNullException(nameof(repositorioComponenteCurricular));
     this.repositorioComponenteCurricularJurema = repositorioComponenteCurricularJurema ??
                                                  throw new System.ArgumentNullException(nameof(repositorioComponenteCurricularJurema));
     this.repositorioTurma = repositorioTurma ??
                             throw new System.ArgumentNullException(nameof(repositorioTurma));
 }
コード例 #3
0
 public ConsultasPlanoAnual(IRepositorioPlanoAnual repositorioPlanoAnual,
                            IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                            IRepositorioPeriodoEscolar repositorioPeriodoEscolar,
                            IRepositorioTipoCalendario repositorioTipoCalendario)
 {
     this.repositorioPlanoAnual         = repositorioPlanoAnual ?? throw new System.ArgumentNullException(nameof(repositorioPlanoAnual));
     this.consultasObjetivoAprendizagem = consultasObjetivoAprendizagem ?? throw new System.ArgumentNullException(nameof(consultasObjetivoAprendizagem));
     this.repositorioPeriodoEscolar     = repositorioPeriodoEscolar ?? throw new ArgumentNullException(nameof(repositorioPeriodoEscolar));
     this.repositorioTipoCalendario     = repositorioTipoCalendario ?? throw new ArgumentNullException(nameof(repositorioTipoCalendario));
 }
コード例 #4
0
 public ConsultasDisciplina(IServicoEOL servicoEOL,
                            IRepositorioCache repositorioCache,
                            IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                            IServicoUsuario servicoUsuario)
 {
     this.servicoEOL       = servicoEOL ?? throw new System.ArgumentNullException(nameof(servicoEOL));
     this.repositorioCache = repositorioCache ?? throw new System.ArgumentNullException(nameof(repositorioCache));
     this.consultasObjetivoAprendizagem = consultasObjetivoAprendizagem ?? throw new System.ArgumentNullException(nameof(consultasObjetivoAprendizagem));
     this.servicoUsuario = servicoUsuario ?? throw new System.ArgumentNullException(nameof(servicoUsuario));
 }
コード例 #5
0
 public ComandosPlanoAnual(IRepositorioPlanoAnual repositorioPlanoAnual,
                           IRepositorioObjetivoAprendizagemPlano repositorioObjetivoAprendizagemPlano,
                           IRepositorioComponenteCurricular repositorioComponenteCurricular,
                           IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                           IConsultasProfessor consultasProfessor,
                           IUnitOfWork unitOfWork)
 {
     this.repositorioPlanoAnual = repositorioPlanoAnual ?? throw new ArgumentNullException(nameof(repositorioPlanoAnual));
     this.repositorioObjetivoAprendizagemPlano = repositorioObjetivoAprendizagemPlano ?? throw new ArgumentNullException(nameof(repositorioObjetivoAprendizagemPlano));
     this.repositorioComponenteCurricular      = repositorioComponenteCurricular ?? throw new ArgumentNullException(nameof(repositorioComponenteCurricular));
     this.consultasObjetivoAprendizagem        = consultasObjetivoAprendizagem ?? throw new ArgumentNullException(nameof(consultasObjetivoAprendizagem));
     this.consultasProfessor = consultasProfessor ?? throw new ArgumentNullException(nameof(consultasProfessor));
     this.unitOfWork         = unitOfWork ?? throw new ArgumentNullException(nameof(unitOfWork));
 }
コード例 #6
0
 public ConsultasPlanoAnual(IRepositorioPlanoAnual repositorioPlanoAnual,
                            IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                            IRepositorioPeriodoEscolar repositorioPeriodoEscolar,
                            IRepositorioTipoCalendario repositorioTipoCalendario,
                            IRepositorioTurma repositorioTurma,
                            IRepositorioComponenteCurricular repositorioComponenteCurricular,
                            IServicoUsuario servicoUsuario,
                            IServicoEOL servicoEOL)
 {
     this.repositorioPlanoAnual         = repositorioPlanoAnual ?? throw new System.ArgumentNullException(nameof(repositorioPlanoAnual));
     this.consultasObjetivoAprendizagem = consultasObjetivoAprendizagem ?? throw new System.ArgumentNullException(nameof(consultasObjetivoAprendizagem));
     this.repositorioPeriodoEscolar     = repositorioPeriodoEscolar ?? throw new ArgumentNullException(nameof(repositorioPeriodoEscolar));
     this.repositorioTipoCalendario     = repositorioTipoCalendario ?? throw new ArgumentNullException(nameof(repositorioTipoCalendario));
     this.repositorioTurma = repositorioTurma ?? throw new ArgumentNullException(nameof(repositorioTurma));
     this.repositorioComponenteCurricular = repositorioComponenteCurricular ?? throw new ArgumentNullException(nameof(repositorioComponenteCurricular));
     this.servicoUsuario = servicoUsuario ?? throw new ArgumentNullException(nameof(servicoUsuario));
     this.servicoEOL     = servicoEOL ?? throw new ArgumentNullException(nameof(servicoEOL));
 }
コード例 #7
0
 public ComandosPlanoAnual(IRepositorioPlanoAnual repositorioPlanoAnual,
                           IRepositorioObjetivoAprendizagemPlano repositorioObjetivoAprendizagemPlano,
                           IRepositorioComponenteCurricularJurema repositorioComponenteCurricular,
                           IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem,
                           IConsultasProfessor consultasProfessor,
                           IConsultasTurma consultasTurma,
                           IConsultasPlanoAnual consultasPlanoAnual,
                           IUnitOfWork unitOfWork,
                           IServicoUsuario servicoUsuario)
 {
     this.repositorioPlanoAnual = repositorioPlanoAnual ?? throw new ArgumentNullException(nameof(repositorioPlanoAnual));
     this.repositorioObjetivoAprendizagemPlano = repositorioObjetivoAprendizagemPlano ?? throw new ArgumentNullException(nameof(repositorioObjetivoAprendizagemPlano));
     this.repositorioComponenteCurricular      = repositorioComponenteCurricular ?? throw new ArgumentNullException(nameof(repositorioComponenteCurricular));
     this.consultasObjetivoAprendizagem        = consultasObjetivoAprendizagem ?? throw new ArgumentNullException(nameof(consultasObjetivoAprendizagem));
     this.consultasProfessor  = consultasProfessor ?? throw new ArgumentNullException(nameof(consultasProfessor));
     this.consultasTurma      = consultasTurma ?? throw new ArgumentNullException(nameof(consultasTurma));
     this.consultasPlanoAnual = consultasPlanoAnual ?? throw new ArgumentNullException(nameof(consultasProfessor));
     this.unitOfWork          = unitOfWork ?? throw new ArgumentNullException(nameof(unitOfWork));
     this.servicoUsuario      = servicoUsuario ?? throw new ArgumentNullException(nameof(servicoUsuario));
 }
コード例 #8
0
 public ObjetivoAprendizagemController(IConsultasObjetivoAprendizagem consultasObjetivoAprendizagem)
 {
     this.consultasObjetivoAprendizagem = consultasObjetivoAprendizagem ?? throw new System.ArgumentNullException(nameof(consultasObjetivoAprendizagem));
 }