Example #1
0
 public ClubRepository(IBalekaContext _context)
 {
     this._context = _context;
 }
Example #2
0
 public UserRepository(IBalekaContext _context)
 {
     this._context = _context;
 }
Example #3
0
 public EventRepository(IBalekaContext _context)
 {
     this._context = _context;
 }
Example #4
0
 public RatingRepository(IBalekaContext _context)
 {
     this._context = _context;
 }
Example #5
0
 public AthleteRepository(IBalekaContext _context)
 {
     this._context = _context;
 }
Example #6
0
 public RouteRepository(IBalekaContext _context)
 {
     this._context = _context;
 }