Class FaShoppingSheetCostServiceBase
Abstract base class - FaShoppingSheetCostServiceBase
Inheritance
System.Object
FaShoppingSheetCostServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FaShoppingSheetCostEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class FaShoppingSheetCostServiceBase : EntityService<FaShoppingSheetCostEntity>, IFaShoppingSheetCostService, IEntityService<FaShoppingSheetCostEntity>, IService
Constructors
FaShoppingSheetCostServiceBase()
Declaration
protected FaShoppingSheetCostServiceBase()
Methods
PostShoppingSheetCosts(PostShoppingSheetCostsRequest)
Declaration
public virtual PostShoppingSheetCostsResponse PostShoppingSheetCosts(PostShoppingSheetCostsRequest request)
Parameters
Type | Name | Description |
---|---|---|
PostShoppingSheetCostsRequest | request |
Returns
Type | Description |
---|---|
PostShoppingSheetCostsResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService