We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2946744 commit 9bf03c3Copy full SHA for 9bf03c3
1 file changed
backend/src/CCE.Infrastructure/DependencyInjection.cs
@@ -187,6 +187,7 @@ public static IServiceCollection AddInfrastructure(
187
services.AddScoped<IHomepageSettingsRepository, HomepageSettingsRepository>();
188
services.AddScoped<IAboutSettingsRepository, AboutSettingsRepository>();
189
services.AddScoped<IPoliciesSettingsRepository, PoliciesSettingsRepository>();
190
+ services.AddScoped<IFaqRepository, FaqRepository>();
191
192
services.AddScoped<IMediaFileRepository, MediaFileRepository>();
193
services.AddScoped<INotificationTemplateRepository, NotificationTemplateRepository>();
0 commit comments