Class FaGlAuthorizationServiceBase
Abstract base class - FaGlAuthorizationServiceBase
Inheritance
System.Object
FaGlAuthorizationServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FaGlAuthorizationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class FaGlAuthorizationServiceBase : EntityService<FaGlAuthorizationEntity>, IFaGlAuthorizationService, IEntityService<FaGlAuthorizationEntity>, IService
Constructors
FaGlAuthorizationServiceBase()
Declaration
protected FaGlAuthorizationServiceBase()
Methods
RecalculateAmountPackaged(FaGlAuthorizationRecalculateAmountPackagedRequest)
Declaration
public virtual FaGlAuthorizationRecalculateAmountPackagedResponse RecalculateAmountPackaged(FaGlAuthorizationRecalculateAmountPackagedRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| FaGlAuthorizationRecalculateAmountPackagedRequest | request |
Returns
| Type | Description |
|---|---|
| FaGlAuthorizationRecalculateAmountPackagedResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService