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