From 213e68859e5bcc88cc2fdc4ecbb4939775419bdf Mon Sep 17 00:00:00 2001 From: rockstardev Date: Fri, 12 Jun 2020 00:19:30 -0500 Subject: [PATCH] Renaming class file --- .../{NotificationsHelperExt.cs => NotificationSender.cs} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename BTCPayServer/Events/Notifications/{NotificationsHelperExt.cs => NotificationSender.cs} (92%) diff --git a/BTCPayServer/Events/Notifications/NotificationsHelperExt.cs b/BTCPayServer/Events/Notifications/NotificationSender.cs similarity index 92% rename from BTCPayServer/Events/Notifications/NotificationsHelperExt.cs rename to BTCPayServer/Events/Notifications/NotificationSender.cs index 0702043d1..ef71127b5 100644 --- a/BTCPayServer/Events/Notifications/NotificationsHelperExt.cs +++ b/BTCPayServer/Events/Notifications/NotificationSender.cs @@ -1,7 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; +using System.Linq; using System.Threading.Tasks; using BTCPayServer.Data; using Microsoft.AspNetCore.Identity;