Interface IStudentNsldsSummaryService
Represents a service contract for interacting with the StudentAcademicYearCommentEntity.
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public interface IStudentNsldsSummaryService : IEntityService<StudentNsldsSummaryEntity>, IService
Methods
InitializeStudentNsldsDetails(InitializeStudentNsldsRequest)
Declaration
InitializeStudentNsldsResponse InitializeStudentNsldsDetails(InitializeStudentNsldsRequest request)
Parameters
Returns
SaveStudentNslds(SaveStudentNsldsRequest)
Declaration
SaveStudentNsldsResponse SaveStudentNslds(SaveStudentNsldsRequest request)
Parameters
Returns
See Also
Cmc.Core.ServiceModel.IEntityService<>