1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-03 00:52:49 -05:00

Add sponsorship service to DI

This commit is contained in:
Matt Gibson
2021-11-08 20:23:09 -05:00
committed by Justin Baur
parent d8e986b27b
commit 1516b9dd8e
2 changed files with 3 additions and 2 deletions

View File

@ -170,6 +170,7 @@ namespace Bit.Core.Utilities
services.AddScoped<ICipherService, CipherService>();
services.AddScoped<IUserService, UserService>();
services.AddScoped<IOrganizationService, OrganizationService>();
services.AddScoped<IOrganizationSponsorshipService, OrganizationSponsorshipService>();
services.AddScoped<ICollectionService, CollectionService>();
services.AddScoped<IGroupService, GroupService>();
services.AddScoped<IPolicyService, PolicyService>();