2017-09-13 08:47:34 +02:00
|
|
|
@using Microsoft.AspNetCore.Identity
|
|
|
|
@using BTCPayServer
|
2022-04-26 03:28:49 +02:00
|
|
|
@using BTCPayServer.Abstractions.Services
|
2018-04-19 22:42:12 +02:00
|
|
|
@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
|
2019-08-29 17:24:42 +02:00
|
|
|
@using BTCPayServer.Data
|
2019-10-21 10:54:12 +02:00
|
|
|
@using Microsoft.AspNetCore.Routing;
|
2022-04-26 03:28:49 +02:00
|
|
|
@inject Safe Safe
|
2017-09-13 08:47:34 +02:00
|
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
2020-08-12 09:02:13 +02:00
|
|
|
@addTagHelper *, BTCPayServer
|
2022-07-22 14:58:25 +02:00
|
|
|
@addTagHelper *, BTCPayServer.Abstractions
|