public DiscountRepository(Interview_Context context) { _context = context; }
public CartRepository(Interview_Context context) { _context = context; }
public ArticleRepository(Interview_Context context) { _context = context; }