Exemplo n.º 1
0
 public CartManager(ISessionManager session, ImpressDevContext db)
 {
     this.db      = db;
     this.session = session;
 }