public StatsController(IKlantService ks, IProductService ps, IAfspraakService afs)
 {
     this.ks = ks;
     this.ps = ps;
     this.afs = afs;
 }
Exemplo n.º 2
0
 public StatsController(IKlantService ks, IProductService ps, IAfspraakService afs)
 {
     this.ks  = ks;
     this.ps  = ps;
     this.afs = afs;
 }
Exemplo n.º 3
0
 public HomeController(IAfspraakService afs)
 {
     this.afs = afs;
 }
 public DienstController(IAfspraakService afs)
 {
     this.afs = afs;
 }
 public AfspraakController(IAfspraakService afs, IKlantService ks)
 {
     this.afs = afs;
     this.ks  = ks;
 }
 public HomeController(IAfspraakService afs)
 {
     this.afs = afs;
 }
 public AfspraakController(IAfspraakService afs, IKlantService ks)
 {
     this.afs = afs;
     this.ks = ks;
 }
Exemplo n.º 8
0
 public SettingController(IKlantService ks, IAfspraakService afs)
 {
     this.ks  = ks;
     this.afs = afs;
 }
Exemplo n.º 9
0
 public DienstController(IAfspraakService afs)
 {
     this.afs = afs;
 }
 public SettingController(IKlantService ks,IAfspraakService afs)
 {
     this.ks = ks;
     this.afs = afs;
 }