Skip to content

Commit

Permalink
update service collection class file name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdemrulkayes committed Apr 2, 2024
1 parent f3f1bbb commit 20b8f0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static class ServiceCollectionExtensions
List<Assembly> mediatRAssembly)
{
mediatRAssembly.Add(typeof(ServiceCollectionExtensions).Assembly);
services.AddDbContext<QuestionModuleDbContext>((sp, opt) =>
services.AddDbContext<QuestionModuleDbContext>((_, opt) =>
{
opt.UseSqlServer(configuration.GetConnectionString("QuestionModuleDbContext"), optBuilder =>
{
Expand Down

0 comments on commit 20b8f0d

Please sign in to comment.