Class StudentStatementServiceBase
Abstract base class - StudentStatementServiceBase
Inheritance
System.Object
StudentStatementServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentStatementEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StudentStatementServiceBase : EntityService<StudentStatementEntity>, IStudentStatementService, IEntityService<StudentStatementEntity>, IService
Constructors
StudentStatementServiceBase()
Declaration
protected StudentStatementServiceBase()
Methods
GetStudentCountForBalanceStatements(GetStudentCountForBalanceStatementsRequest)
Declaration
public virtual StudentBalanceStatementStudentCountResponse GetStudentCountForBalanceStatements(GetStudentCountForBalanceStatementsRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| GetStudentCountForBalanceStatementsRequest | request |
Returns
| Type | Description |
|---|---|
| StudentBalanceStatementStudentCountResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService