Class PrintCheckTemporaryRowServiceBase
Abstract base class - PrintCheckTemporaryRowServiceBase
Inheritance
System.Object
PrintCheckTemporaryRowServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<PrintCheckTemporaryRowEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class PrintCheckTemporaryRowServiceBase : EntityService<PrintCheckTemporaryRowEntity>, IPrintCheckTemporaryRowService, IEntityService<PrintCheckTemporaryRowEntity>, IService
Constructors
PrintCheckTemporaryRowServiceBase()
Declaration
protected PrintCheckTemporaryRowServiceBase()
Methods
DeletePrintCheckTemporaryRows(DeletePrintCheckTemporaryRowRequest)
Declaration
public virtual PrintCheckTemporaryRowResponse DeletePrintCheckTemporaryRows(DeletePrintCheckTemporaryRowRequest request)
Parameters
Type | Name | Description |
---|---|---|
DeletePrintCheckTemporaryRowRequest | request |
Returns
Type | Description |
---|---|
PrintCheckTemporaryRowResponse |
SavePrintCheckTemporaryRows(PrintCheckTemporaryRowRequest)
Declaration
public virtual PrintCheckTemporaryRowResponse SavePrintCheckTemporaryRows(PrintCheckTemporaryRowRequest request)
Parameters
Type | Name | Description |
---|---|---|
PrintCheckTemporaryRowRequest | request |
Returns
Type | Description |
---|---|
PrintCheckTemporaryRowResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService