public EventTypesController(marathonseContext context) { _context = context; }
public GendersController(marathonseContext context) { _context = context; }
public RegistrationsController(marathonseContext context) { _context = context; }
public CharitiesController(marathonseContext context) { _context = context; }
public RaceKitOptionsController(marathonseContext context) { _context = context; }
public SponsorshipsController(marathonseContext context) { _context = context; }
public CountriesController(marathonseContext context) { _context = context; }
public UsersController(marathonseContext context, IOptions <JWTSettings> jwtsettings) { _context = context; _jwtsettings = jwtsettings.Value; }
public RunnersController(marathonseContext context) { _context = context; }
public MarathonsController(marathonseContext context) { _context = context; }
public VolunteersController(marathonseContext context) { _context = context; }