Class FinanceDepartmentCodeServiceBase
Abstract base class - FinanceDepartmentCodeServiceBase
Inheritance
System.Object
FinanceDepartmentCodeServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FinanceDepartmentCodeEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class FinanceDepartmentCodeServiceBase : EntityService<FinanceDepartmentCodeEntity>, IFinanceDepartmentCodeService, IEntityService<FinanceDepartmentCodeEntity>, IService
Constructors
FinanceDepartmentCodeServiceBase()
Declaration
protected FinanceDepartmentCodeServiceBase()
Methods
ValidateStudentFinanceCode(ValidateStudentFinanceCodeRequest)
Declaration
public virtual ServiceResponse ValidateStudentFinanceCode(ValidateStudentFinanceCodeRequest request)
Parameters
Type | Name | Description |
---|---|---|
ValidateStudentFinanceCodeRequest | request |
Returns
Type | Description |
---|---|
Cmc.Core.ServiceModel.ServiceResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService