Beispiel #1
0
 public StudentController(IRepositorySchool repository)
 {
     this.repository = repository;
 }
Beispiel #2
0
 public ClassController(IRepositorySchool repository)
 {
     this.repository = repository;
 }