Class WlmEarningCodeServiceBase
Abstract base class - WlmEarningCodeServiceBase
Inheritance
System.Object
WlmEarningCodeServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<WlmEarningCodeEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public abstract class WlmEarningCodeServiceBase : EntityService<WlmEarningCodeEntity>, IWlmEarningCodeService, IEntityService<WlmEarningCodeEntity>, IService
Constructors
WlmEarningCodeServiceBase()
Declaration
protected WlmEarningCodeServiceBase()
Methods
IntegrateEarningCode(IntegrateEarningCodeRequest)
Declaration
public virtual IntegrateEarningCodeResponse IntegrateEarningCode(IntegrateEarningCodeRequest request)
Parameters
Type | Name | Description |
---|---|---|
IntegrateEarningCodeRequest | request |
Returns
Type | Description |
---|---|
IntegrateEarningCodeResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService