Class StudentAccountTransactionApprovalServiceBase
Abstract base class - StudentAccountTransactionApprovalServiceBase
Inheritance
System.Object
StudentAccountTransactionApprovalServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentAccountTransactionApprovalEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StudentAccountTransactionApprovalServiceBase : EntityService<StudentAccountTransactionApprovalEntity>, IStudentAccountTransactionApprovalService, IEntityService<StudentAccountTransactionApprovalEntity>, IService
Constructors
StudentAccountTransactionApprovalServiceBase()
Declaration
protected StudentAccountTransactionApprovalServiceBase()
Methods
ProcessApprovalData(ProcessStudentTransactionApprovalRequest)
Declaration
public virtual ProcessStudentTransactionApprovalResponse ProcessApprovalData(ProcessStudentTransactionApprovalRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| ProcessStudentTransactionApprovalRequest | request |
Returns
| Type | Description |
|---|---|
| ProcessStudentTransactionApprovalResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService