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