Пример #1
0
 public ComandosRelatorioSemestralTurmaPAP(IRepositorioRelatorioSemestralTurmaPAP repositorioRelatorioSemestral)
 {
     this.repositorioRelatorioSemestral = repositorioRelatorioSemestral ?? throw new ArgumentNullException(nameof(repositorioRelatorioSemestral));
 }
 public ObterRelatorioSemestralPorTurmaSemestreAlunoQueryHandler(IRepositorioRelatorioSemestralPAPAluno repositorioRelatorioSemestralAluno,
                                                                 IRepositorioRelatorioSemestralTurmaPAP repositorioRelatorioSemestralTurmaPAP)
 {
     this.repositorioRelatorioSemestralAluno    = repositorioRelatorioSemestralAluno ?? throw new ArgumentNullException(nameof(repositorioRelatorioSemestralAluno));
     this.repositorioRelatorioSemestralTurmaPAP = repositorioRelatorioSemestralTurmaPAP ?? throw new ArgumentNullException(nameof(repositorioRelatorioSemestralTurmaPAP));
 }