mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
PM-10600: Unit Tests fix to NotificationHubPushRegistrationService after merge conflict
This commit is contained in:
@ -11,18 +11,15 @@ public class NotificationHubPushRegistrationService : IPushRegistrationService
|
||||
{
|
||||
private readonly IInstallationDeviceRepository _installationDeviceRepository;
|
||||
private readonly INotificationHubPool _notificationHubPool;
|
||||
private readonly IServiceProvider _serviceProvider;
|
||||
private readonly IOrganizationUserRepository _organizationUserRepository;
|
||||
|
||||
public NotificationHubPushRegistrationService(
|
||||
IInstallationDeviceRepository installationDeviceRepository,
|
||||
INotificationHubPool notificationHubPool,
|
||||
IServiceProvider serviceProvider,
|
||||
IOrganizationUserRepository organizationUserRepository)
|
||||
{
|
||||
_installationDeviceRepository = installationDeviceRepository;
|
||||
_notificationHubPool = notificationHubPool;
|
||||
_serviceProvider = serviceProvider;
|
||||
_organizationUserRepository = organizationUserRepository;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user