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