|
1 | 1 | services: |
2 | | - Backoffice.Backend.courses.BackofficeCourseRepository: |
3 | | - class: ../../../../../../Contexts/Backoffice/Shared/infrastructure/MongoBackofficeCourseRepository |
4 | | - arguments: ['@Shared.ConnectionManager'] |
| 2 | + Backoffice.Backend.courses.BackofficeCourseRepository: |
| 3 | + class: ../../../../../../Contexts/Backoffice/Shared/infrastructure/MongoBackofficeCourseRepository |
| 4 | + arguments: ['@Shared.ConnectionManager'] |
5 | 5 |
|
6 | | - Backoffice.Backend.courses.CoursesFinder: |
7 | | - class: ../../../../../../Contexts/Backoffice/SearchAll/application//CoursesFinder |
8 | | - arguments: ["@Backoffice.Backend.courses.BackofficeCourseRepository"] |
| 6 | + Backoffice.Backend.courses.BackofficeCourseRepositoryElastic: |
| 7 | + class: ../../../../../../Contexts/Backoffice/infrastructure/ElasticBackofficeCourseRepository |
| 8 | + arguments: ['@Shared.ConnectionManagerElastic'] |
9 | 9 |
|
10 | | - Backoffice.Backend.courses.SearchAllCoursesQueryHandler: |
11 | | - class: ../../../../../../Contexts/Backoffice/SearchAll/application//SearchAllCoursesQueryHandler |
12 | | - arguments: ["@Backoffice.Backend.courses.CoursesFinder"] |
13 | | - tags: |
14 | | - - { name: 'queryHandler' } |
| 10 | + Backoffice.Backend.courses.CoursesFinder: |
| 11 | + class: ../../../../../../Contexts/Backoffice/SearchAll/application//CoursesFinder |
| 12 | + arguments: ['@Backoffice.Backend.courses.BackofficeCourseRepository'] |
15 | 13 |
|
16 | | - Backoffice.Backend.courses.BackofficeCourseCreator: |
17 | | - class: ../../../../../../Contexts/Backoffice/Courses/application/BackofficeCourseCreator |
18 | | - arguments: ["@Backoffice.Backend.courses.BackofficeCourseRepository"] |
| 14 | + Backoffice.Backend.courses.SearchAllCoursesQueryHandler: |
| 15 | + class: ../../../../../../Contexts/Backoffice/SearchAll/application//SearchAllCoursesQueryHandler |
| 16 | + arguments: ['@Backoffice.Backend.courses.CoursesFinder'] |
| 17 | + tags: |
| 18 | + - { name: 'queryHandler' } |
19 | 19 |
|
20 | | - Backoffice.Backend.courses.CreateBackofficeCourseOnCourseCreated: |
21 | | - class: ../../../../../../Contexts/Backoffice/Courses/application/CreateBackofficeCourseOnCourseCreated |
22 | | - arguments: ['@Backoffice.Backend.courses.BackofficeCourseCreator'] |
23 | | - tags: |
24 | | - - { name: 'domainEventSubscriber' } |
| 20 | + Backoffice.Backend.courses.BackofficeCourseCreator: |
| 21 | + class: ../../../../../../Contexts/Backoffice/Courses/application/BackofficeCourseCreator |
| 22 | + arguments: ['@Backoffice.Backend.courses.BackofficeCourseRepository'] |
25 | 23 |
|
| 24 | + Backoffice.Backend.courses.CreateBackofficeCourseOnCourseCreated: |
| 25 | + class: ../../../../../../Contexts/Backoffice/Courses/application/CreateBackofficeCourseOnCourseCreated |
| 26 | + arguments: ['@Backoffice.Backend.courses.BackofficeCourseCreator'] |
| 27 | + tags: |
| 28 | + - { name: 'domainEventSubscriber' } |
0 commit comments