Class ProgramVersionFeeServiceBase
Abstract base class - ProgramVersionFeeServiceBase
Inheritance
System.Object
ProgramVersionFeeServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<ProgramVersionFeeEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class ProgramVersionFeeServiceBase : EntityService<ProgramVersionFeeEntity>, IProgramVersionFeeService, IEntityService<ProgramVersionFeeEntity>, IService
Constructors
ProgramVersionFeeServiceBase()
Declaration
protected ProgramVersionFeeServiceBase()
Methods
GetProgramVersionFee(GetProgramVersionFeeRequest)
Declaration
public virtual GetProgramVersionFeeResponse GetProgramVersionFee(GetProgramVersionFeeRequest payload)
Parameters
| Type | Name | Description |
|---|---|---|
| GetProgramVersionFeeRequest | payload |
Returns
| Type | Description |
|---|---|
| GetProgramVersionFeeResponse |
UpdateProgramVersionFee(UpdateProgramVersionFeeRequest)
Declaration
public virtual UpdateProgramVersionFeeResponse UpdateProgramVersionFee(UpdateProgramVersionFeeRequest payload)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateProgramVersionFeeRequest | payload |
Returns
| Type | Description |
|---|---|
| UpdateProgramVersionFeeResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService