mirror of
https://github.com/bitwarden/server.git
synced 2025-06-28 06:36:15 -05:00
remove _timeProvider
This commit is contained in:
parent
4af676e959
commit
7994f618f2
@ -29,7 +29,6 @@ public class ImportOrganizationUserCommand : IImportOrganizationUserCommand
|
|||||||
private readonly IOrganizationService _organizationService;
|
private readonly IOrganizationService _organizationService;
|
||||||
private readonly IInviteOrganizationUsersCommand _inviteOrganizationUsersCommand;
|
private readonly IInviteOrganizationUsersCommand _inviteOrganizationUsersCommand;
|
||||||
private readonly IPricingClient _pricingClient;
|
private readonly IPricingClient _pricingClient;
|
||||||
private readonly TimeProvider _timeProvider;
|
|
||||||
|
|
||||||
private readonly EventSystemUser _EventSystemUser = EventSystemUser.PublicApi;
|
private readonly EventSystemUser _EventSystemUser = EventSystemUser.PublicApi;
|
||||||
|
|
||||||
@ -41,8 +40,7 @@ public class ImportOrganizationUserCommand : IImportOrganizationUserCommand
|
|||||||
ICurrentContext currentContext,
|
ICurrentContext currentContext,
|
||||||
IOrganizationService organizationService,
|
IOrganizationService organizationService,
|
||||||
IInviteOrganizationUsersCommand inviteOrganizationUsersCommand,
|
IInviteOrganizationUsersCommand inviteOrganizationUsersCommand,
|
||||||
IPricingClient pricingClient,
|
IPricingClient pricingClient
|
||||||
TimeProvider timeProvider
|
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
_organizationRepository = organizationRepository;
|
_organizationRepository = organizationRepository;
|
||||||
@ -54,7 +52,6 @@ public class ImportOrganizationUserCommand : IImportOrganizationUserCommand
|
|||||||
_organizationService = organizationService;
|
_organizationService = organizationService;
|
||||||
_inviteOrganizationUsersCommand = inviteOrganizationUsersCommand;
|
_inviteOrganizationUsersCommand = inviteOrganizationUsersCommand;
|
||||||
_pricingClient = pricingClient;
|
_pricingClient = pricingClient;
|
||||||
_timeProvider = timeProvider;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public async Task ImportAsync(Guid organizationId,
|
public async Task ImportAsync(Guid organizationId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user