Beispiel #1
0
 public GenericRepository(TFSWayDBContext context)
 {
     this.contextdb = context;
     this.dbSet     = context.Set <TEntity>();
 }