1
0
mirror of https://github.com/bitwarden/server synced 2025-12-14 15:23:42 +00:00

deprecate PushSharpPushNotificationService

This commit is contained in:
Kyle Spearrin
2017-05-26 22:53:14 -04:00
parent 5af974d541
commit 335ecf73ae

View File

@@ -18,6 +18,7 @@ using Microsoft.AspNetCore.Http;
namespace Bit.Core.Services namespace Bit.Core.Services
{ {
[Obsolete]
public class PushSharpPushNotificationService : IPushNotificationService public class PushSharpPushNotificationService : IPushNotificationService
{ {
private readonly IDeviceRepository _deviceRepository; private readonly IDeviceRepository _deviceRepository;