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