public PromoCodeRepository(ContextSqlLite context)
 {
     _context = context;
 }
Example #2
0
 public ShoppingCartRepository(ContextSqlLite context)
 {
     _context = context;
 }