Refactor access to the ViewModel of the MainLayout (#6970)

This commit is contained in:
Nicolas Dorier
2025-11-01 00:02:11 +09:00
committed by GitHub
parent b8fcb83fd6
commit 54cec83507
149 changed files with 554 additions and 442 deletions

View File

@@ -45,7 +45,6 @@ public partial class UIOfferingController(
BTCPayServerEnvironment env,
DisplayFormatter displayFormatter,
EmailSenderFactory emailSenderFactory,
IHtmlHelper htmlHelper,
IEnumerable<EmailTriggerViewModel> emailTriggers
) : UISubscriptionControllerBase(dbContextFactory, linkGenerator, stringLocalizer, subsService)
{