website refactor
This commit is contained in:
@@ -17,7 +17,7 @@ export interface GetTeamRatingLedgerQuery {
|
||||
|
||||
export class GetTeamRatingLedgerQueryHandler {
|
||||
constructor(
|
||||
private readonly ratingEventRepo: ITeamRatingEventRepository
|
||||
private readonly ratingEventRepo: TeamRatingEventRepository
|
||||
) {}
|
||||
|
||||
async execute(query: GetTeamRatingLedgerQuery): Promise<PaginatedTeamLedgerResult> {
|
||||
|
||||
@@ -15,8 +15,8 @@ export interface GetTeamRatingsSummaryQuery {
|
||||
|
||||
export class GetTeamRatingsSummaryQueryHandler {
|
||||
constructor(
|
||||
private readonly teamRatingRepo: ITeamRatingRepository,
|
||||
private readonly ratingEventRepo: ITeamRatingEventRepository
|
||||
private readonly teamRatingRepo: TeamRatingRepository,
|
||||
private readonly ratingEventRepo: TeamRatingEventRepository
|
||||
) {}
|
||||
|
||||
async execute(query: GetTeamRatingsSummaryQuery): Promise<TeamRatingSummaryDto> {
|
||||
|
||||
Reference in New Issue
Block a user