help the tags

This commit is contained in:
Paul Schneider
2023-04-07 21:08:47 +01:00
parent 1d3f2c303d
commit 921a16d471
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