btcpayserver/BTCPayServer/_ViewImports.cshtml

19 lines
727 B
Plaintext
Raw Normal View History

2017-09-13 08:47:34 +02:00
@using Microsoft.AspNetCore.Identity
@using BTCPayServer
@using BTCPayServer.Abstractions.Services
@using BTCPayServer.Views
2017-09-13 08:47:34 +02:00
@using BTCPayServer.Models
@using BTCPayServer.Models.AccountViewModels
@using BTCPayServer.Models.InvoicingModels
@using BTCPayServer.Models.ManageViewModels
2017-09-13 16:50:36 +02:00
@using BTCPayServer.Models.StoreViewModels
@using BTCPayServer.Data
@using Microsoft.AspNetCore.Routing;
@using BTCPayServer.Abstractions.Extensions;
@inject Microsoft.AspNetCore.Mvc.Localization.ViewLocalizer ViewLocalizer
2024-10-14 07:11:00 +02:00
@inject Microsoft.Extensions.Localization.IStringLocalizer StringLocalizer
@inject Safe Safe
2017-09-13 08:47:34 +02:00
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, BTCPayServer
@addTagHelper *, BTCPayServer.Abstractions