Beispiel #1
0
 public OrderRepository(RefAppContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public DbRepository(RefAppContext context)
 {
     this.context = context;
     this.dbSet   = this.context.Set <TEntity>();
 }