Esempio n. 1
0
 public UserRepository()
 {
     _context = new epsContext();
 }
Esempio n. 2
0
 public GenericRepository()
 {
     this._context = new epsContext();
     this._table   = this._context.Set <T>();
 }