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