Ejemplo n.º 1
0
 public StudentExtraHourController(IStudentExtraHoursService studentExtraHoursService, IReasonsService reasonsService)
 {
     _studentExtraHoursService = studentExtraHoursService;
     _reasonsService           = reasonsService;
 }
Ejemplo n.º 2
0
 public ReasonsController(IReasonsService service)
 {
     _service = service;
 }