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