Example #1
0
 public OrderRepository(OrderUnitOfWork uow)
 {
     _context = uow.Context;
 }