asciidoc tag

This commit is contained in:
Paul Schneider
2023-04-08 01:10:36 +01:00
parent 921a16d471
commit 16b7d97c75
6 changed files with 219 additions and 126 deletions

View File

@ -31,6 +31,7 @@
@using PayPal.PayPalAPIInterfaceService.Model;
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@addTagHelper *, Yavsc
@inject IAuthorizationService AuthorizationService
@inject Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<Yavsc.Startup> SR
@inject Microsoft.Extensions.Options.IOptions<SiteSettings> SiteSettings