Interface IRecentStudentService
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public interface IRecentStudentService : IEntityService<RecentStudentEntity>, IService
Methods
UpdateRecentStudent(UpdateRecentStudentRequest)
Below method will update student id to recent student list based on logged in staff id and remove old entries that are greater then
syStuHistCount flag set in SyRegistry table.
Declaration
UpdateRecentStudentResponse UpdateRecentStudent(UpdateRecentStudentRequest request)
Parameters
Returns