public GenericRepository() { this._context = new TvMazeBdContext(); this._table = this._context.Set <T>(); }
public UserRepository() { _context = new TvMazeBdContext(); }