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