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