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