示例#1
0
 public SupervisorController(PostGradContext context)
 {
     this.context = context;
 }
示例#2
0
 public StudentController(PostGradContext context)
 {
     this.context = context;
 }