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