public ClubRepository(IBalekaContext _context) { this._context = _context; }
public UserRepository(IBalekaContext _context) { this._context = _context; }
public EventRepository(IBalekaContext _context) { this._context = _context; }
public RatingRepository(IBalekaContext _context) { this._context = _context; }
public AthleteRepository(IBalekaContext _context) { this._context = _context; }
public RouteRepository(IBalekaContext _context) { this._context = _context; }