You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why course and video application services behave differently in Mooc context?
CourseFinder (\CodelyTv\Mooc\Courses\Application\Find\CourseFinder) has the dependencyCourseRepository , and the class invoke method uses it directly.
On the other hand, VideoFinder (\CodelyTv\Mooc\Videos\Application\Find\VideoFinder) application service instantiates a domain finder (\CodelyTv\Mooc\Videos\Domain\VideoFinder), passing the repository as argument.
Can you explain the what's the intention behind it?
The text was updated successfully, but these errors were encountered:
Why course and video application services behave differently in
Mooc
context?CourseFinder
(\CodelyTv\Mooc\Courses\Application\Find\CourseFinder
) has the dependencyCourseRepository
, and the class invoke method uses it directly.On the other hand,
VideoFinder
(\CodelyTv\Mooc\Videos\Application\Find\VideoFinder
) application service instantiates a domain finder (\CodelyTv\Mooc\Videos\Domain\VideoFinder
), passing the repository as argument.Can you explain the what's the intention behind it?
The text was updated successfully, but these errors were encountered: