public OrderRepository(OrderHamperContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }
public GetOrderListQueryHandler(OrderHamperContext context) { _context = context ?? throw new ArgumentNullException(nameof(context)); }