Class AchBatchFileNotificiationChangeCodeServiceBase
Abstract base class - AchBatchFileNotificiationChangeCodeServiceBase
Inheritance
System.Object
AchBatchFileNotificiationChangeCodeServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<AchBatchFileNotificiationChangeCodeEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class AchBatchFileNotificiationChangeCodeServiceBase : EntityService<AchBatchFileNotificiationChangeCodeEntity>, IAchBatchFileNotificiationChangeCodeService, IEntityService<AchBatchFileNotificiationChangeCodeEntity>, IService
Constructors
AchBatchFileNotificiationChangeCodeServiceBase()
Declaration
protected AchBatchFileNotificiationChangeCodeServiceBase()
Methods
SaveAchBatchFileNotificiationChangeCodeList(SaveAchBatchFileNotificiationChangeCodeListRequest)
Declaration
public virtual SaveAchBatchFileNotificiationChangeCodeListResponse SaveAchBatchFileNotificiationChangeCodeList(SaveAchBatchFileNotificiationChangeCodeListRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveAchBatchFileNotificiationChangeCodeListRequest | request |
Returns
Type | Description |
---|---|
SaveAchBatchFileNotificiationChangeCodeListResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService