Interface IStudentAcademicYearCommentService
Represents a service contract for interacting with the StudentAcademicYearCommentEntity.
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public interface IStudentAcademicYearCommentService : IEntityService<StudentAcademicYearCommentEntity>, IService
See Also
Cmc.Core.ServiceModel.IEntityService<>