Example #1
0
 public RepositoryBase(BulletinBoardDbContext bulletinBoardDbContext)
 {
     this.bulletinBoardRepositoryContext = bulletinBoardDbContext;
     this.bulletinBoardDbSet             = bulletinBoardDbContext.Set <TEntity>();
 }
Example #2
0
 public UnitOfWork(BulletinBoardDbContext bulletinBoardDbContext)
 {
     _bulletinBoardDbContext = bulletinBoardDbContext;
 }