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