Interface IStudentEnrollmentPeriodHonorService
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public interface IStudentEnrollmentPeriodHonorService : IEntityService<StudentEnrollmentPeriodHonorEntity>, IService
Methods
GetEnrollHonorStudent(GetEnrollHonorStudentRequest)
Below method is used get the student details.
Declaration
GetEnrollHonorStudentResponse GetEnrollHonorStudent(GetEnrollHonorStudentRequest request)
Parameters
Returns
SaveEnrollHonor(SaveEnrollHonorRequest)
Below method is used to save enroll honor data
Declaration
SaveEnrollHonorResponse SaveEnrollHonor(SaveEnrollHonorRequest request)
Parameters
Returns
SaveHonor(StudentEnrollmentPeriodSaveHonorRequest)
Declaration
ServiceResponse SaveHonor(StudentEnrollmentPeriodSaveHonorRequest request)
Parameters
Returns
Type |
Description |
Cmc.Core.ServiceModel.ServiceResponse |
|