wip
This commit is contained in:
@@ -28,6 +28,17 @@ export const DI_TOKENS = {
|
||||
SeasonSponsorshipRepository: Symbol.for('ISeasonSponsorshipRepository'),
|
||||
SponsorshipRequestRepository: Symbol.for('ISponsorshipRequestRepository'),
|
||||
SponsorshipPricingRepository: Symbol.for('ISponsorshipPricingRepository'),
|
||||
PageViewRepository: Symbol.for('IPageViewRepository'),
|
||||
EngagementRepository: Symbol.for('IEngagementRepository'),
|
||||
UserRepository: Symbol.for('IUserRepository'),
|
||||
SponsorAccountRepository: Symbol.for('ISponsorAccountRepository'),
|
||||
LiveryRepository: Symbol.for('ILiveryRepository'),
|
||||
ChampionshipStandingRepository: Symbol.for('IChampionshipStandingRepository'),
|
||||
LeagueWalletRepository: Symbol.for('ILeagueWalletRepository'),
|
||||
TransactionRepository: Symbol.for('ITransactionRepository'),
|
||||
SessionRepository: Symbol.for('ISessionRepository'),
|
||||
AchievementRepository: Symbol.for('IAchievementRepository'),
|
||||
UserRatingRepository: Symbol.for('IUserRatingRepository'),
|
||||
|
||||
// Providers
|
||||
LeagueScoringPresetProvider: Symbol.for('LeagueScoringPresetProvider'),
|
||||
@@ -36,6 +47,12 @@ export const DI_TOKENS = {
|
||||
// Services
|
||||
ImageService: Symbol.for('ImageServicePort'),
|
||||
NotificationGatewayRegistry: Symbol.for('NotificationGatewayRegistry'),
|
||||
Logger: Symbol.for('ILogger'),
|
||||
AuthService: Symbol.for('AuthService'),
|
||||
|
||||
// Use Cases - Analytics
|
||||
RecordPageViewUseCase: Symbol.for('RecordPageViewUseCase'),
|
||||
RecordEngagementUseCase: Symbol.for('RecordEngagementUseCase'),
|
||||
|
||||
// Use Cases - Racing
|
||||
JoinLeagueUseCase: Symbol.for('JoinLeagueUseCase'),
|
||||
|
||||
Reference in New Issue
Block a user