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