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