Class IBatchGuestApprovalServiceBase
Abstract base class - StudentServiceGraduationCeremonyRegistrationServiceBase
Inheritance
System.Object
IBatchGuestApprovalServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<StudentServiceGraduationCeremonyRegistrationEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.StudentServices.Services
Assembly: Cmc.Nexus.StudentServices.Contracts.dll
Syntax
public abstract class IBatchGuestApprovalServiceBase : EntityService<StudentServiceGraduationCeremonyRegistrationEntity>, IBatchGuestApprovalService, IEntityService<StudentServiceGraduationCeremonyRegistrationEntity>, IService
Constructors
IBatchGuestApprovalServiceBase()
Declaration
protected IBatchGuestApprovalServiceBase()
Methods
GetBatchGuestApproval(BatchGuestApprovalRequest)
Declaration
public virtual BatchGuestApprovalResponse GetBatchGuestApproval(BatchGuestApprovalRequest request)
Parameters
Type | Name | Description |
---|---|---|
BatchGuestApprovalRequest | request |
Returns
Type | Description |
---|---|
BatchGuestApprovalResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService