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