Class BursaryApplicationDateServiceBase
Abstract base class - BursaryApplicationDateServiceBase
Inheritance
System.Object
BursaryApplicationDateServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<BursaryApplicationDateEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class BursaryApplicationDateServiceBase : EntityService<BursaryApplicationDateEntity>, IBursaryApplicationDateService, IEntityService<BursaryApplicationDateEntity>, IService
Constructors
BursaryApplicationDateServiceBase()
Declaration
protected BursaryApplicationDateServiceBase()
Methods
SaveBursaryApplicationDates(SaveBursaryApplicationDatesRequest)
Declaration
public virtual SaveBursaryApplicationDatesResponse SaveBursaryApplicationDates(SaveBursaryApplicationDatesRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| SaveBursaryApplicationDatesRequest | request |
Returns
| Type | Description |
|---|---|
| SaveBursaryApplicationDatesResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService