File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
OpenAPI/LearningHub.Nhs.OpenApi.Repositories Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 11namespace LearningHub . Nhs . OpenApi . Repositories . Repositories . Content
22{
3- using System . Collections . Generic ;
43 using System . Linq ;
54 using System . Threading . Tasks ;
65 using LearningHub . Nhs . Models . Entities . Content ;
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ private static void AddRepositoryImplementations(this IServiceCollection service
132132 // Content
133133 services . AddScoped < IPageRepository , PageRepository > ( ) ;
134134 services . AddScoped < IPageSectionDetailRepository , PageSectionDetailRepository > ( ) ;
135- services . AddScoped < IPageSectionRepository , IPageSectionRepository > ( ) ;
135+ services . AddScoped < IPageSectionRepository , PageSectionRepository > ( ) ;
136136 services . AddScoped < IVideoAssetRepository , VideoAssetRepository > ( ) ;
137137 }
138138 }
You can’t perform that action at this time.
0 commit comments