Class CfpInterestRateServiceBase
Abstract base class - CfpInterestRateServiceBase
Inheritance
System.Object
CfpInterestRateServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<CfpInterestRateEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class CfpInterestRateServiceBase : EntityService<CfpInterestRateEntity>, ICfpInterestRateService, IEntityService<CfpInterestRateEntity>, IService
Constructors
CfpInterestRateServiceBase()
Declaration
protected CfpInterestRateServiceBase()
Methods
PostCollegeFinancePlanGrants(PostCollegeFinancePlanInterestRatesRequest)
Declaration
public virtual PostCollegeFinancePlanInterestRatesResponse PostCollegeFinancePlanGrants(PostCollegeFinancePlanInterestRatesRequest request)
Parameters
Type | Name | Description |
---|---|---|
PostCollegeFinancePlanInterestRatesRequest | request |
Returns
Type | Description |
---|---|
PostCollegeFinancePlanInterestRatesResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService