mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 09:54:30 +01:00
19 lines
727 B
Plaintext
19 lines
727 B
Plaintext
@using Microsoft.AspNetCore.Identity
|
|
@using BTCPayServer
|
|
@using BTCPayServer.Abstractions.Services
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Models
|
|
@using BTCPayServer.Models.AccountViewModels
|
|
@using BTCPayServer.Models.InvoicingModels
|
|
@using BTCPayServer.Models.ManageViewModels
|
|
@using BTCPayServer.Models.StoreViewModels
|
|
@using BTCPayServer.Data
|
|
@using Microsoft.AspNetCore.Routing;
|
|
@using BTCPayServer.Abstractions.Extensions;
|
|
@inject Microsoft.AspNetCore.Mvc.Localization.ViewLocalizer ViewLocalizer
|
|
@inject Microsoft.Extensions.Localization.IStringLocalizer StringLocalizer
|
|
@inject Safe Safe
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@addTagHelper *, BTCPayServer
|
|
@addTagHelper *, BTCPayServer.Abstractions
|