コード例 #1
0
 public UserRepository()
 {
     _context = new epsContext();
 }
コード例 #2
0
 public GenericRepository()
 {
     this._context = new epsContext();
     this._table   = this._context.Set <T>();
 }