help the tags

This commit is contained in:
Paul Schneider 2023-04-07 21:08:47 +01:00
commit 6fc44cf50f
3 changed files with 49 additions and 6 deletions

View file

@ -29,8 +29,8 @@
@using Yavsc.Helpers;
@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