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