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