示例#1
0
 public StudentInfoController(Itd_studentsService serviceParam)
 {
     StudentService = serviceParam;
 }
示例#2
0
 public NinjectDemo(Itd_studentsService param)
 {
     studentsService = param;
 }