Class IBatchGraduationCeremonyAttendanceServiceBase
Abstract base class - StudentServiceGraduationCeremonyRegistrationServiceBase
Inheritance
System.Object
IBatchGraduationCeremonyAttendanceServiceBase
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 IBatchGraduationCeremonyAttendanceServiceBase : EntityService<StudentServiceGraduationCeremonyRegistrationEntity>, IBatchGraduationCeremonyAttendanceService, IEntityService<StudentServiceGraduationCeremonyRegistrationEntity>, IService
Constructors
IBatchGraduationCeremonyAttendanceServiceBase()
Declaration
protected IBatchGraduationCeremonyAttendanceServiceBase()
Methods
GetBatchGraduationCeremonyAttendance(BatchGraduationCeremonyAttendanceRequest)
Declaration
public virtual BatchGraduationCeremonyAttendanceResponse GetBatchGraduationCeremonyAttendance(BatchGraduationCeremonyAttendanceRequest request)
Parameters
Type | Name | Description |
---|---|---|
BatchGraduationCeremonyAttendanceRequest | request |
Returns
Type | Description |
---|---|
BatchGraduationCeremonyAttendanceResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService