mirror of
https://github.com/bitwarden/server.git
synced 2025-05-13 07:32:17 -05:00
Register ProviderClientOrganizationSignUpCommand for dependency injection
This commit is contained in:
parent
753d1311d4
commit
062d869b1f
@ -69,8 +69,11 @@ public static class OrganizationServiceCollectionExtensions
|
|||||||
services.AddBaseOrganizationSubscriptionCommandsQueries();
|
services.AddBaseOrganizationSubscriptionCommandsQueries();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static IServiceCollection AddOrganizationSignUpCommands(this IServiceCollection services) =>
|
private static void AddOrganizationSignUpCommands(this IServiceCollection services)
|
||||||
|
{
|
||||||
services.AddScoped<ICloudOrganizationSignUpCommand, CloudOrganizationSignUpCommand>();
|
services.AddScoped<ICloudOrganizationSignUpCommand, CloudOrganizationSignUpCommand>();
|
||||||
|
services.AddScoped<IProviderClientOrganizationSignUpCommand, ProviderClientOrganizationSignUpCommand>();
|
||||||
|
}
|
||||||
|
|
||||||
private static void AddOrganizationDeleteCommands(this IServiceCollection services)
|
private static void AddOrganizationDeleteCommands(this IServiceCollection services)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user