Class HighSchoolServiceBase
Abstract base class - HighSchoolServiceBase
Inheritance
System.Object
HighSchoolServiceBase
Namespace: Cmc.Nexus.Admissions.Services
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public abstract class HighSchoolServiceBase : EntityService<HighSchoolEntity>, IHighSchoolService, IEntityService<HighSchoolEntity>, IService
Constructors
HighSchoolServiceBase()
Declaration
protected HighSchoolServiceBase()
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService