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