Moving Notification to dedicated Service namespace

This commit is contained in:
rockstardev
2020-06-14 23:47:11 -05:00
parent 342f63a625
commit 0dab96f0a6
8 changed files with 11 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ using System.Text;
using System.Threading.Tasks;
using BTCPayServer.Data;
using BTCPayServer.Events;
using BTCPayServer.Events.Notifications;
using BTCPayServer.Services.Notifications.Blobs;
using Newtonsoft.Json;
namespace BTCPayServer.Models.NotificationViewModels