コード例 #1
0
 public GebruikerRepository(IMaintanable <Gebruiker> i)
 {
     _crudInterface = i;
 }
コード例 #2
0
 public SUT(IMaintanable <Dinner> manager)
 {
     this.dinnerManager = manager;
 }
コード例 #3
0
 public LeverancierRepository(IMaintanable <Leverancier> i)
 {
     _crudInterface = i;
 }
コード例 #4
0
 public ProductCategorieRepository(IMaintanable <Productcategorie> i)
 {
     _crudInterface = i;
 }
コード例 #5
0
 public KortingCouponRepository(IMaintanable <Kortingcoupon> i)
 {
     _crudInterface = i;
 }
コード例 #6
0
 public RecensieRepository(IMaintanable <Recensie> i)
 {
     _interface = i;
 }