Rename CrowdfundHubStream to AppHubSteamer

This commit is contained in:
nicolas.dorier
2019-02-19 13:18:30 +09:00
parent 50c8525012
commit cc444811db
11 changed files with 17 additions and 27 deletions

View File

@@ -6,7 +6,6 @@ using System.IO;
using System.Linq;
using System.Security.Claims;
using System.Threading.Tasks;
using BTCPayServer.Crowdfund;
using BTCPayServer.Data;
using BTCPayServer.Filters;
using BTCPayServer.Models;
@@ -42,7 +41,6 @@ namespace BTCPayServer.Controllers
private AppService _AppService;
private InvoiceController _InvoiceController;
private readonly CrowdfundHubStreamer _CrowdfundHubStreamer;
private readonly UserManager<ApplicationUser> _UserManager;
[HttpGet]