Add Paging to Pull Payments (#2997)

This commit is contained in:
Andrew Camilleri
2021-10-22 08:10:59 +02:00
committed by GitHub
parent 9b0d1a23dc
commit c46a69e1bd
4 changed files with 89 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ using Microsoft.AspNetCore.Mvc.Rendering;
namespace BTCPayServer.Models.WalletViewModels
{
public class PullPaymentsModel
public class PullPaymentsModel: BasePagingViewModel
{
public class PullPaymentModel
{