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