Refactor: Remove cshtml duplication for back/url buttons in wizards

This commit is contained in:
nicolas.dorier
2025-02-07 16:13:44 +09:00
parent 4fbcd89bb6
commit c37584328b
17 changed files with 74 additions and 87 deletions

View File

@@ -2,7 +2,7 @@ using System;
namespace BTCPayServer.Models.WalletViewModels
{
public class WalletSigningOptionsModel
public class WalletSigningOptionsModel : IHasBackAndReturnUrl
{
public SigningContextModel SigningContext { get; set; }
public string BackUrl { get; set; }