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