Exemple #1
0
 public StudentEventController(IStudentEventRepository studentEventRepository)
 {
     _studentEventRepository = studentEventRepository;
 }
 public StudentEventService(IStudentEventRepository studentEventRepository)
 {
     _studentEventRepository = studentEventRepository;
 }