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