website refactor
This commit is contained in:
@@ -16,9 +16,9 @@ export interface GetUserRatingsSummaryQuery {
|
||||
|
||||
export class GetUserRatingsSummaryQueryHandler {
|
||||
constructor(
|
||||
private readonly userRatingRepo: IUserRatingRepository,
|
||||
private readonly externalRatingRepo: IExternalGameRatingRepository,
|
||||
private readonly ratingEventRepo: IRatingEventRepository
|
||||
private readonly userRatingRepo: UserRatingRepository,
|
||||
private readonly externalRatingRepo: ExternalGameRatingRepository,
|
||||
private readonly ratingEventRepo: RatingEventRepository
|
||||
) {}
|
||||
|
||||
async execute(query: GetUserRatingsSummaryQuery): Promise<RatingSummaryDto> {
|
||||
|
||||
Reference in New Issue
Block a user