public UitleenObjectController(UitleenObjectService uitleenObjectService, LenerService lenerService, UitleningService uitleningService, ReserveringService reserveringService) { this.UitleenObjectService = uitleenObjectService; this.lenerService = lenerService; this.UitleningService = uitleningService; this.reserveringService = reserveringService; }
public LenerController(LenerService lenerService, ReserveringService reserveringService, UitleningService uitleningService) { this.lenerService = lenerService; this.reserveringService = reserveringService; this.uitleningService = uitleningService; }