website refactor
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { DomainService } from '@core/shared/domain';
|
||||
import type { DomainService } from '@core/shared/domain/Service';
|
||||
import type { UserRatingRepository } from '../repositories/UserRatingRepository';
|
||||
import type { RatingEventRepository } from '../repositories/RatingEventRepository';
|
||||
import { RatingEventFactory } from './RatingEventFactory';
|
||||
@@ -21,8 +21,8 @@ export class RatingUpdateService implements DomainService {
|
||||
readonly serviceName = 'RatingUpdateService';
|
||||
|
||||
constructor(
|
||||
private readonly userRatingRepository: IUserRatingRepository,
|
||||
private readonly ratingEventRepository: IRatingEventRepository
|
||||
private readonly userRatingRepository: UserRatingRepository,
|
||||
private readonly ratingEventRepository: RatingEventRepository
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user