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