Example #1
0
 public ShoppingCartManager(InterfaceSessionManager Session, DemoShopContext db)
 {
     this.db      = db;
     this.Session = Session;
 }