Example #1
0
 public ObterAlunosQueSeraoInativadosPorAnoLetivoQueryHandler(IRepositorioAlunoEol repositorioAlunoEol)
 {
     this.repositorioAlunoEol = repositorioAlunoEol ?? throw new ArgumentNullException(nameof(repositorioAlunoEol));
 }
Example #2
0
 public ObterAlunoParaTratamentoDeErroQueryHandler(IRepositorioAlunoEol repositorioAlunoEol)
 {
     this.repositorioAlunoEol = repositorioAlunoEol;
 }
Example #3
0
 public ObterCursosDoAlunoParaIncluirGoogleQueryHandler(IRepositorioAlunoEol repositorioAlunoEol)
 {
     this.repositorioAlunoEol = repositorioAlunoEol;
 }
Example #4
0
 public ObterAlunosNovosQueryHandler(IRepositorioAlunoEol repositorioAlunoEol)
 {
     this.repositorioAlunoEol = repositorioAlunoEol ?? throw new ArgumentNullException(nameof(repositorioAlunoEol));
 }
 public ObterAlunosCodigosInativosPorAnoLetivoETurmaQueryHandler(IRepositorioAlunoEol repositorioAlunoEol)
 {
     this.repositorioAlunoEol = repositorioAlunoEol ?? throw new ArgumentNullException(nameof(repositorioAlunoEol));
 }