Class CodGrantDisbursementServiceBase
Abstract base class - CodGrantDisbursementServiceBase
Inheritance
System.Object
CodGrantDisbursementServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<CodGrantDisbursementEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class CodGrantDisbursementServiceBase : EntityService<CodGrantDisbursementEntity>, ICodGrantDisbursementService, IEntityService<CodGrantDisbursementEntity>, IService
Constructors
CodGrantDisbursementServiceBase()
Declaration
protected CodGrantDisbursementServiceBase()
Methods
GetNextCodGrantDisbursement(GetNextCodGrantDisbursementRequest)
Declaration
public virtual GetNextCodGrantDisbursementResponse GetNextCodGrantDisbursement(GetNextCodGrantDisbursementRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetNextCodGrantDisbursementRequest | request |
Returns
| Type | Description |
|---|---|
| GetNextCodGrantDisbursementResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService