Example #1
0
 public UnitOfWork(EducationInfoContext context)
 {
     this.context = context;
 }
Example #2
0
 public Repository(EducationInfoContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }