예제 #1
0
 public EventTypesController(marathonseContext context)
 {
     _context = context;
 }
예제 #2
0
 public GendersController(marathonseContext context)
 {
     _context = context;
 }
예제 #3
0
 public RegistrationsController(marathonseContext context)
 {
     _context = context;
 }
예제 #4
0
 public CharitiesController(marathonseContext context)
 {
     _context = context;
 }
 public RaceKitOptionsController(marathonseContext context)
 {
     _context = context;
 }
예제 #6
0
 public SponsorshipsController(marathonseContext context)
 {
     _context = context;
 }
예제 #7
0
 public CountriesController(marathonseContext context)
 {
     _context = context;
 }
예제 #8
0
 public UsersController(marathonseContext context, IOptions <JWTSettings> jwtsettings)
 {
     _context     = context;
     _jwtsettings = jwtsettings.Value;
 }
예제 #9
0
 public RunnersController(marathonseContext context)
 {
     _context = context;
 }
예제 #10
0
 public MarathonsController(marathonseContext context)
 {
     _context = context;
 }
예제 #11
0
 public VolunteersController(marathonseContext context)
 {
     _context = context;
 }