Example #1
0
 protected RepositoryBase(BaseDBContext DbContext)
 {
     this.fDataContext = DbContext;
     this.dbset        = this.fDataContext.Set <T>();
 }
 public Repository(BaseDBContext dbContext) : base(dbContext)
 {
 }