mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
ad8f347989
Moves the `ViewsRazor` extension into Abstractions, so that it can be used by plugins. Separated out of #2701, prerequisite for the LNbank plugin integration.
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views.Stores
|
|
@using BTCPayServer.Models.StoreViewModels
|