예제 #1
0
 public RepositoryBase(ReservatorDbContext context)
 {
     this.context = context;
     dbSet        = this.context.Set <TEntity>();
 }
예제 #2
0
 public UnitOfWork(ReservatorDbContext context)
 {
     this.context = context;
 }