Show / Hide Table of Contents

Class PlanAppService

Inheritance
object
PaymentAppServiceBase
PlanAppService
Implements
IPlanAppService
IApplicationService
IRemoteService
Namespace: Volo.Payment.Plans
Assembly: Volo.Payment.Application.dll
Syntax
public class PlanAppService : PaymentAppServiceBase, IPlanAppService, IApplicationService, IRemoteService

Constructors

PlanAppService(IPlanRepository)

Declaration
public PlanAppService(IPlanRepository planRepository)
Parameters
Type Name Description
IPlanRepository planRepository

Properties

PlanRepository

Declaration
protected IPlanRepository PlanRepository { get; }
Property Value
Type Description
IPlanRepository

Methods

GetAsync(Guid)

Declaration
public virtual Task<PlanDto> GetAsync(Guid planId)
Parameters
Type Name Description
Guid planId
Returns
Type Description
Task<PlanDto>

GetGatewayPlanAsync(Guid, string)

Declaration
public virtual Task<GatewayPlanDto> GetGatewayPlanAsync(Guid planId, string gateway)
Parameters
Type Name Description
Guid planId
string gateway
Returns
Type Description
Task<GatewayPlanDto>

GetManyAsync(Guid[])

Declaration
public virtual Task<List<PlanDto>> GetManyAsync(Guid[] planIds)
Parameters
Type Name Description
Guid[] planIds
Returns
Type Description
Task<List<PlanDto>>

GetPlanListAsync()

Declaration
public virtual Task<List<PlanDto>> GetPlanListAsync()
Returns
Type Description
Task<List<PlanDto>>

Implements

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