Files
BTCPayServerPlugins/Plugins/BTCPayServer.Plugins.DynamicRateLimits/_ViewImports.cshtml
2023-04-05 18:35:32 +02:00

5 lines
188 B
Plaintext

@using BTCPayServer.Abstractions.Services
@inject Safe Safe
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, BTCPayServer
@addTagHelper *, BTCPayServer.Abstractions