Refactoring: Move WellKnownTempData into Abstractions.Constants

This allows plugins to reuse the status message mechanism.
This commit is contained in:
Dennis Reimann
2022-02-21 15:46:43 +01:00
committed by Andrew Camilleri
parent 3ef1423263
commit 4a05f16050
12 changed files with 17 additions and 8 deletions

View File

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