Refactoring: Allow GreenfieldExtensions to be used by plugins

This commit is contained in:
Dennis Reimann
2022-02-24 09:00:44 +01:00
committed by Andrew Camilleri
parent c313bba288
commit 4abc6eb387
18 changed files with 59 additions and 42 deletions

View File

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