Class GeneralLedgerLinkAccountServiceBase
Abstract base class - GeneralLedgerLinkAccountServiceBase
Inheritance
System.Object
GeneralLedgerLinkAccountServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<GeneralLedgerLinkAccountEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class GeneralLedgerLinkAccountServiceBase : EntityService<GeneralLedgerLinkAccountEntity>, IGeneralLedgerLinkAccountService, IEntityService<GeneralLedgerLinkAccountEntity>, IService
Constructors
GeneralLedgerLinkAccountServiceBase()
Declaration
protected GeneralLedgerLinkAccountServiceBase()
Methods
SaveGeneralLedgerLinkCollection(SaveGeneralLedgerLinkCollectionRequest)
Declaration
public virtual SaveGeneralLedgerLinkCollectionResponse SaveGeneralLedgerLinkCollection(SaveGeneralLedgerLinkCollectionRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveGeneralLedgerLinkCollectionRequest | request |
Returns
Type | Description |
---|---|
SaveGeneralLedgerLinkCollectionResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService