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