Skip to content

Commit

Permalink
scoped services.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadyNagy committed Mar 3, 2024
1 parent 58341d5 commit 84012d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static IServiceCollection AddActiveDirectoryFileManagementServices(this I
services.AddScoped<IFileService, FileService>();
services.AddScoped<IDirectoryService, DirectoryService>();
services.AddScoped<IActiveDirectoryService, ActiveDirectoryService>();
services.AddScoped<IActiveDirectoryManager, ActiveDirectoryManager>();
services.AddScoped<IActiveDirectoryUserManager, ActiveDirectoryUserManager>();

return services;
}
Expand Down

0 comments on commit 84012d9

Please sign in to comment.