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