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