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