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