Example #1
0
 public OrderRepository(OrderContext orderContext) : base(orderContext)
 {
     _orderContext = orderContext;
 }
Example #2
0
 public Repository(OrderContext dbContext)
 {
     _dbContext = dbContext;
 }
 public BuyerRepository(OrderContext orderContext) : base(orderContext)
 {
 }