Exemplo n.º 1
0
 public Repository(FootballLeagueContext _context)
 {
     this._context = _context;
     table         = _context.Set <T>();
 }
Exemplo n.º 2
0
 public Repository()
 {
     this._context = new FootballLeagueContext();
     table         = _context.Set <T>();
 }