示例#1
0
 public Repository(REG_FSS_DB context)
 {
     _context   = context;
     this.table = _context.Set <T>();
 }
示例#2
0
 public Repository()
 {
     this._context = new REG_FSS_DB();
     this.table    = _context.Set <T>();
 }