Example #1
0
 public StudentsQueryHandler(IStudentQueryRepository StudentRepository)
 {
     _StudentRepository = StudentRepository;
 }
Example #2
0
 public StudentByEmailQueryHandler(IStudentQueryRepository studentRepository)
 {
     _studentRepository = studentRepository;
 }