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

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