website refactor
This commit is contained in:
@@ -42,8 +42,8 @@ export interface AppendRatingEventsOutput {
|
||||
*/
|
||||
export class AppendRatingEventsUseCase {
|
||||
constructor(
|
||||
private readonly ratingEventRepository: IRatingEventRepository,
|
||||
private readonly userRatingRepository: IUserRatingRepository,
|
||||
private readonly ratingEventRepository: RatingEventRepository,
|
||||
private readonly userRatingRepository: UserRatingRepository,
|
||||
) {}
|
||||
|
||||
async execute(input: AppendRatingEventsInput): Promise<AppendRatingEventsOutput> {
|
||||
|
||||
Reference in New Issue
Block a user