Refactoring: Allow ViewsRazor extension to be used by plugins

Moves the `ViewsRazor` extension into Abstractions, so that it can be used by plugins.

Separated out of #2701, prerequisite for the LNbank plugin integration.
This commit is contained in:
Dennis Reimann
2021-07-27 20:00:33 +02:00
committed by Andrew Camilleri
parent 68595be323
commit ad8f347989
31 changed files with 48 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
using System;
using System.Collections.Generic;
using BTCPayServer.Abstractions.Extensions;
using BTCPayServer.Client.Models;
using BTCPayServer.Data;
using BTCPayServer.Services.Rates;
using BTCPayServer.Views;
using PullPaymentData = BTCPayServer.Data.PullPaymentData;
namespace BTCPayServer.Models