public ProductController(IProductService ps,IKlantService ks) { this.ps = ps; this.ks = ks; }
public StatsController(IKlantService ks, IProductService ps, IAfspraakService afs) { this.ks = ks; this.ps = ps; this.afs = afs; }
public KlantsController(IUnitOfWork uow, IKlantService klantService, IGebruikerService gebruikerService) { this.uow = uow; this.klantService = klantService; this.gebruikerService = gebruikerService; }
public ProductController(IProductService ps, IKlantService ks) { this.ps = ps; this.ks = ks; }
public AfspraakController(IAfspraakService afs, IKlantService ks) { this.afs = afs; this.ks = ks; }
public SettingController(IKlantService ks, IAfspraakService afs) { this.ks = ks; this.afs = afs; }
public SettingController(IKlantService ks,IAfspraakService afs) { this.ks = ks; this.afs = afs; }