Esempio n. 1
0
 public TestHttpClientController(StudentsAPIService studentsAPIService)
 {
     this.studentsAPIservice = studentsAPIService;
 }
Esempio n. 2
0
 public StudentsStatisticsController(StudentsAPIService studentsAPIService)
 {
     this.studentsAPIservice = studentsAPIService;
 }