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

@@ -29,7 +29,7 @@ using BTCPayServer.Services;
using System.ComponentModel.DataAnnotations;
using System.Text.RegularExpressions;
using BTCPayServer.Services.Stores;
using BTCPayServer.Servcices.Invoices;
using BTCPayServer.Services.Invoices;
using BTCPayServer.Services.Rates;
using BTCPayServer.Services.Wallets;
using BTCPayServer.Validations;