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