Class PellYearAmountServiceBase
Abstract base class - PellYearAmountServiceBase
Inheritance
System.Object
PellYearAmountServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<PellYearAmountEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class PellYearAmountServiceBase : EntityService<PellYearAmountEntity>, IPellYearAmountService, IEntityService<PellYearAmountEntity>, IService
Constructors
PellYearAmountServiceBase()
Declaration
protected PellYearAmountServiceBase()
Methods
GetPellYearAmount(GetPellYearAmountRequest)
Declaration
public virtual GetPellYearAmountResponse GetPellYearAmount(GetPellYearAmountRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetPellYearAmountRequest | request |
Returns
Type | Description |
---|---|
GetPellYearAmountResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService