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