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