Beispiel #1
0
 public ShoppingCart(AppDBContext appDBContext)
 {
     this.appDBContext = appDBContext;
 }
Beispiel #2
0
 public EFCategoryRepository(AppDBContext appDBContext)
 {
     this.appDBContext = appDBContext;
 }