示例#1
0
 public Repository(CnFEntities db)
 {
     this.db    = db;
     this.dbSet = db.Set <TEntity>();
 }
示例#2
0
 public UnitOfWork()
 {
     this._db = new CnFEntities();
 }