Class BursaryExternalPayoutLedgerDetailServiceBase
Abstract base class - BursaryExternalPayoutLedgerDetailServiceBase
Inheritance
System.Object
BursaryExternalPayoutLedgerDetailServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<BursaryExternalPayoutLedgerDetailEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class BursaryExternalPayoutLedgerDetailServiceBase : EntityService<BursaryExternalPayoutLedgerDetailEntity>, IBursaryExternalPayoutLedgerDetailService, IEntityService<BursaryExternalPayoutLedgerDetailEntity>, IService
Constructors
BursaryExternalPayoutLedgerDetailServiceBase()
Declaration
protected BursaryExternalPayoutLedgerDetailServiceBase()
Methods
SaveBursaryExternalPayoutLedger(SaveBursaryGeneralLedgerAccountListRequest)
Declaration
public virtual SaveBursaryGeneralLedgerAccountListResponse SaveBursaryExternalPayoutLedger(SaveBursaryGeneralLedgerAccountListRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveBursaryGeneralLedgerAccountListRequest | request |
Returns
Type | Description |
---|---|
SaveBursaryGeneralLedgerAccountListResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService