示例#1
0
 public GenericRepository(QWSLContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <TEntity>();
 }
示例#2
0
 public GameRepository(QWSLContext context)
 {
     this.context = context;
 }