Class BillingTransactionCodeStaffGroupServiceBase
Abstract base class - BillingTransactionCodeStaffGroupServiceBase
Inheritance
System.Object
BillingTransactionCodeStaffGroupServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<BillingTransactionCodeStaffGroupEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public abstract class BillingTransactionCodeStaffGroupServiceBase : EntityService<BillingTransactionCodeStaffGroupEntity>, IBillingTransactionCodeStaffGroupService, IEntityService<BillingTransactionCodeStaffGroupEntity>, IService
Constructors
BillingTransactionCodeStaffGroupServiceBase()
Declaration
protected BillingTransactionCodeStaffGroupServiceBase()
Methods
SaveBillingTransactionCodeStaffGroup(SaveBillingTransactionCodeStaffGroupRequest)
Declaration
public virtual SaveBillingTransactionCodeStaffGroupResponse SaveBillingTransactionCodeStaffGroup(SaveBillingTransactionCodeStaffGroupRequest request)
Parameters
Type | Name | Description |
---|---|---|
SaveBillingTransactionCodeStaffGroupRequest | request |
Returns
Type | Description |
---|---|
SaveBillingTransactionCodeStaffGroupResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService