public BaseRepository(ChemiCleanContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
Example #2
0
 public UnitOfWork()
 {
     _dbContext = new ChemiCleanContext();
 }