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