Rename validators namespace

This commit is contained in:
nicolas.dorier
2018-11-06 15:38:07 +09:00
parent 0419a3c19a
commit 6fd37710e1
7 changed files with 7 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ using BTCPayServer.Services;
using BTCPayServer.Services.Mails;
using BTCPayServer.Services.Rates;
using BTCPayServer.Services.Stores;
using BTCPayServer.Validations;
using BTCPayServer.Validation;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Identity;
using Microsoft.AspNetCore.Mvc;