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