public PromoCodeRepository(ContextSqlLite context) { _context = context; }
public ShoppingCartRepository(ContextSqlLite context) { _context = context; }