示例#1
0
 public TestHttpClientController(StudentsAPIService studentsAPIService)
 {
     this.studentsAPIservice = studentsAPIService;
 }
示例#2
0
 public StudentsStatisticsController(StudentsAPIService studentsAPIService)
 {
     this.studentsAPIservice = studentsAPIService;
 }