예제 #1
0
 public OrderRepository(DAL.ServiceContext db)
 {
     orderContext   = new OrderContext(db);
     userContext    = new UserContext(db);
     productContext = new ProductContext(db);
 }
예제 #2
0
 public OrderController()
 {
     orderContext = new Repositories.OrderContext(db);
 }