Class PellGrantConfigSettingServiceBase
Abstract base class - PellGrantConfigSettingServiceBase
Inheritance
System.Object
PellGrantConfigSettingServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<PellGrantConfigSettingEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class PellGrantConfigSettingServiceBase : EntityService<PellGrantConfigSettingEntity>, IPellGrantConfigSettingService, IEntityService<PellGrantConfigSettingEntity>, IService
Constructors
PellGrantConfigSettingServiceBase()
Declaration
protected PellGrantConfigSettingServiceBase()
Methods
GetPellGrantConfigSetting(GetPellGrantConfigSettingRequest)
Declaration
public virtual GetPellGrantConfigSettingResponse GetPellGrantConfigSetting(GetPellGrantConfigSettingRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetPellGrantConfigSettingRequest | request |
Returns
Type | Description |
---|---|
GetPellGrantConfigSettingResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService