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; }
public ObterFrequenciaOuPlanoNaRecorrenciaQueryHandler(IRepositorioAula repositorioAula, IRepositorioFrequencia repositorioFrequencia, IRepositorioPlanoAula repositorioPlanoAula, IRepositorioDiarioBordo repositorioDiarioBordo) { this.repositorioAula = repositorioAula ?? throw new ArgumentNullException(nameof(repositorioAula)); this.repositorioFrequencia = repositorioFrequencia ?? throw new ArgumentNullException(nameof(repositorioFrequencia)); this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); this.repositorioDiarioBordo = repositorioDiarioBordo ?? throw new ArgumentNullException(nameof(repositorioDiarioBordo)); }
public SalvarPlanoAulaCommandHandler(IMediator mediator, IRepositorioAula repositorioAula, IRepositorioObjetivoAprendizagemAula repositorioObjetivosAula, IRepositorioPlanoAula repositorioPlanoAula, IConsultasAbrangencia consultasAbrangencia, IUnitOfWork unitOfWork, IServicoUsuario servicoUsuario) : base(mediator) { this.repositorioAula = repositorioAula ?? throw new ArgumentNullException(nameof(repositorioAula)); this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); this.repositorioObjetivosAula = repositorioObjetivosAula ?? throw new ArgumentNullException(nameof(repositorioObjetivosAula)); this.consultasAbrangencia = consultasAbrangencia ?? throw new ArgumentNullException(nameof(consultasAbrangencia)); this.servicoUsuario = servicoUsuario ?? throw new ArgumentNullException(nameof(servicoUsuario)); this.unitOfWork = unitOfWork ?? throw new ArgumentNullException(nameof(unitOfWork)); }
public ConsultasAula(IRepositorioAula repositorio, IConsultasPeriodoEscolar consultasPeriodoEscolar, IConsultasFrequencia consultasFrequencia, IRepositorioPlanoAula repositorioPlanoAula, IServicoUsuario servicoUsuario, IServicoEOL servicoEol, IConsultasDisciplina consultasDisciplina) { this.repositorio = repositorio ?? throw new ArgumentNullException(nameof(repositorio)); this.servicoUsuario = servicoUsuario ?? throw new ArgumentNullException(nameof(servicoUsuario)); this.servicoEol = servicoEol ?? throw new ArgumentNullException(nameof(servicoEol)); this.consultasDisciplina = consultasDisciplina ?? throw new ArgumentNullException(nameof(consultasDisciplina)); this.consultasPeriodoEscolar = consultasPeriodoEscolar ?? throw new ArgumentNullException(nameof(consultasPeriodoEscolar)); this.consultasFrequencia = consultasFrequencia ?? throw new ArgumentNullException(nameof(consultasFrequencia)); this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); }
public ConsultasPlanoAula(IRepositorioPlanoAula repositorioPlanoAula, IConsultasPlanoAnual consultasPlanoAnual, IConsultasObjetivoAprendizagemAula consultasObjetivosAprendizagemAula, IConsultasAula consultasAula, IConsultasPeriodoEscolar consultasPeriodoEscolar, IRepositorioAtividadeAvaliativa repositorioAtividadeAvaliativa, IRepositorioAula repositorioAula, IServicoUsuario servicoUsuario) { this.repositorio = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); this.consultasObjetivosAula = consultasObjetivosAprendizagemAula ?? throw new ArgumentNullException(nameof(consultasObjetivosAprendizagemAula)); this.consultasPlanoAnual = consultasPlanoAnual ?? throw new ArgumentNullException(nameof(consultasPlanoAnual)); this.consultasAula = consultasAula ?? throw new ArgumentNullException(nameof(consultasAula)); this.consultasPeriodoEscolar = consultasPeriodoEscolar ?? throw new ArgumentNullException(nameof(consultasPeriodoEscolar)); this.repositorioAtividadeAvaliativa = repositorioAtividadeAvaliativa ?? throw new ArgumentNullException(nameof(repositorioAtividadeAvaliativa)); this.repositorioAula = repositorioAula ?? throw new ArgumentNullException(nameof(repositorioAula)); this.servicoUsuario = servicoUsuario ?? throw new ArgumentNullException(nameof(servicoUsuario)); }
public ObterPlanoAulaEObjetivosAprendizagemQueryHandler(IRepositorioPlanoAula repositorioPlanoAula) { this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); }
public ObterPlanoAulaPorAulaIdQueryHandler(IRepositorioPlanoAula repositorioPlanoAula) { this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); }
public MigrarPlanoAulaCommandHandler(IUnitOfWork unitOfWork, IMediator mediator, IRepositorioPlanoAula repositorioPlanoAula) { this.unitOfWork = unitOfWork ?? throw new ArgumentNullException(nameof(unitOfWork)); this.mediator = mediator ?? throw new ArgumentNullException(nameof(mediator)); this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); }
public ExcluirPlanoAulaDaAulaCommandHandler(IRepositorioPlanoAula repositorioPlanoAula) { this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); }
public ValidaSeExistePlanoAulaPorIdQueryHandler(IRepositorioPlanoAula repositorioPlanoAula) { this.repositorioPlanoAula = repositorioPlanoAula ?? throw new ArgumentNullException(nameof(repositorioPlanoAula)); }