Fixing typo in namespace

This commit is contained in:
lepipele
2017-10-20 14:06:37 -05:00
parent 505d9904af
commit 45b0991841
22 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
using BTCPayServer.Data;
using BTCPayServer.Filters;
using BTCPayServer.Models.InvoicingModels;
using BTCPayServer.Servcices.Invoices;
using BTCPayServer.Services.Invoices;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.Mvc;