Example #1
0
 public StudentExtraHourController(IStudentExtraHoursService studentExtraHoursService, IReasonsService reasonsService)
 {
     _studentExtraHoursService = studentExtraHoursService;
     _reasonsService           = reasonsService;
 }
Example #2
0
 public ReasonsController(IReasonsService service)
 {
     _service = service;
 }