Move ConfirmModel to Abstractions (#3964)

To make it available to plugins.
This commit is contained in:
d11n
2022-07-15 05:38:33 +02:00
committed by GitHub
parent f8619e382b
commit e8291eb00e
29 changed files with 32 additions and 12 deletions

View File

@@ -6,6 +6,7 @@ using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Abstractions.Constants;
using BTCPayServer.Abstractions.Models;
using BTCPayServer.Client;
using BTCPayServer.Configuration;
using BTCPayServer.Data;