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