Class BursaryPayoutLevelServiceBase
Abstract base class - BursaryPayoutLevelServiceBase
Inheritance
System.Object
BursaryPayoutLevelServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<BursaryPayoutLevelEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class BursaryPayoutLevelServiceBase : EntityService<BursaryPayoutLevelEntity>, IBursaryPayoutLevelService, IEntityService<BursaryPayoutLevelEntity>, IService
Constructors
BursaryPayoutLevelServiceBase()
Declaration
protected BursaryPayoutLevelServiceBase()
Methods
DeleteBursaryPayoutList(DeleteBursaryPayoutListRequest)
Declaration
public virtual DeleteBursaryPayoutListResponse DeleteBursaryPayoutList(DeleteBursaryPayoutListRequest request)
Parameters
Type | Name | Description |
---|---|---|
DeleteBursaryPayoutListRequest | request |
Returns
Type | Description |
---|---|
DeleteBursaryPayoutListResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService