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