コード例 #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>();
 }