Show / Hide Table of Contents

Class PaymentRequestAdminAppService

Inheritance
object
PaymentAdminAppServiceBase
PaymentRequestAdminAppService
Implements
IPaymentRequestAdminAppService
IApplicationService
IRemoteService
Namespace: Volo.Payment.Admin.Requests
Assembly: Volo.Payment.Admin.Application.dll
Syntax
[Authorize("Payment.PaymentRequests")]
public class PaymentRequestAdminAppService : PaymentAdminAppServiceBase, IPaymentRequestAdminAppService, IApplicationService, IRemoteService

Constructors

PaymentRequestAdminAppService(IPaymentRequestRepository)

Declaration
public PaymentRequestAdminAppService(IPaymentRequestRepository paymentRequestRepository)
Parameters
Type Name Description
IPaymentRequestRepository paymentRequestRepository

Properties

PaymentRequestRepository

Declaration
protected IPaymentRequestRepository PaymentRequestRepository { get; }
Property Value
Type Description
IPaymentRequestRepository

Methods

GetAsync(Guid)

Declaration
public virtual Task<PaymentRequestWithDetailsDto> GetAsync(Guid id)
Parameters
Type Name Description
Guid id
Returns
Type Description
Task<PaymentRequestWithDetailsDto>

GetListAsync(PaymentRequestGetListInput)

Declaration
public virtual Task<PagedResultDto<PaymentRequestWithDetailsDto>> GetListAsync(PaymentRequestGetListInput input)
Parameters
Type Name Description
PaymentRequestGetListInput input
Returns
Type Description
Task<PagedResultDto<PaymentRequestWithDetailsDto>>

Implements

IPaymentRequestAdminAppService
Volo.Abp.Application.Services.IApplicationService
Volo.Abp.IRemoteService
In this article
Back to top Powered by Volosoft