public EventRegistrationController(IiBalekaRepository <EventRegistration> _repo)
 {
     _eventRegRepo = _repo;
 }
Exemple #2
0
 public EventController(IiBalekaRepository<Event> _repo)
 {
     _eventRepo = _repo;
 }
Exemple #3
0
 public EventController(IiBalekaRepository <Event> _repo)
 {
     _eventRepo = _repo;
 }
Exemple #4
0
 public EventRegistrationController(IiBalekaRepository<Event_Registration> _repo)
 {
     _eventRegRepo = _repo;
 }
Exemple #5
0
 public UserController(IiBalekaRepository<User> _repo)
 {
     _userRepo = _repo;
 }
 public AthleteController(IiBalekaRepository <Athlete> _repo)
 {
     _athleteRepo = _repo;
 }
Exemple #7
0
 public ClubController(IiBalekaRepository <Club> _repo)
 {
     _clubRepo = _repo;
 }
Exemple #8
0
 public AthleteController(IiBalekaRepository<Athlete> _repo)
 {
     _athleteRepo = _repo;
 }
Exemple #9
0
 public UserController(IiBalekaRepository <User> _repo)
 {
     _userRepo = _repo;
 }
 public ClubMemberController(IiBalekaRepository <Club_Athlete> _repo)
 {
     _clubMemberRepo = _repo;
 }
Exemple #11
0
 public ClubController(IiBalekaRepository<Club> _repo)
 {
     _clubRepo = _repo;
 }
Exemple #12
0
 public ClubMemberController(IiBalekaRepository<Club_Athlete> _repo)
 {
     _clubMemberRepo = _repo;
 }