Class StudentBillingStatementBatchServiceBase
Abstract base class - StudentBillingStatementBatchServiceBase
Inheritance
System.Object
StudentBillingStatementBatchServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentBillingStatementBatchEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class StudentBillingStatementBatchServiceBase : EntityService<StudentBillingStatementBatchEntity>, IStudentBillingStatementBatchService, IEntityService<StudentBillingStatementBatchEntity>, IService
Constructors
StudentBillingStatementBatchServiceBase()
Declaration
protected StudentBillingStatementBatchServiceBase()
Methods
DeleteMultipleBillingStatements(DeleteStudentBillingStatementBatchRequest)
Declaration
public virtual DeleteStudentBillingStatementBatchResponse DeleteMultipleBillingStatements(DeleteStudentBillingStatementBatchRequest request)
Parameters
| Type | Name | Description |
|---|---|---|
| DeleteStudentBillingStatementBatchRequest | request |
Returns
| Type | Description |
|---|---|
| DeleteStudentBillingStatementBatchResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService