Class StudentAccountTransactionPaymentDescriptionServiceBase
Abstract base class - StudentAccountTransactionPaymentDescriptionServiceBase
Inheritance
System.Object
StudentAccountTransactionPaymentDescriptionServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentAccountTransactionPaymentDescriptionEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StudentAccountTransactionPaymentDescriptionServiceBase : EntityService<StudentAccountTransactionPaymentDescriptionEntity>, IStudentAccountTransactionPaymentDescriptionService, IEntityService<StudentAccountTransactionPaymentDescriptionEntity>, IService
Constructors
StudentAccountTransactionPaymentDescriptionServiceBase()
Declaration
protected StudentAccountTransactionPaymentDescriptionServiceBase()
Methods
GetStudentAccountTransactionPaymentDescription(GetStudentAccountTransactionPaymentDescriptionRequest)
Declaration
public virtual GetStudentAccountTransactionPaymentDescriptionResponse GetStudentAccountTransactionPaymentDescription(GetStudentAccountTransactionPaymentDescriptionRequest request)
Parameters
Type | Name | Description |
---|---|---|
GetStudentAccountTransactionPaymentDescriptionRequest | request |
Returns
Type | Description |
---|---|
GetStudentAccountTransactionPaymentDescriptionResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService