Class FaShoppingSheetLoanOptionServiceBase
Abstract base class - FaShoppingSheetLoanOptionServiceBase
Inheritance
System.Object
FaShoppingSheetLoanOptionServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FaShoppingSheetLoanOptionEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class FaShoppingSheetLoanOptionServiceBase : EntityService<FaShoppingSheetLoanOptionEntity>, IFaShoppingSheetLoanOptionService, IEntityService<FaShoppingSheetLoanOptionEntity>, IService
Constructors
FaShoppingSheetLoanOptionServiceBase()
Declaration
protected FaShoppingSheetLoanOptionServiceBase()
Methods
PostShoppingSheetLoanOptions(PostShoppingSheetLoanOptionsRequest)
Declaration
public virtual PostShoppingSheetLoanOptionsResponse PostShoppingSheetLoanOptions(PostShoppingSheetLoanOptionsRequest request)
Parameters
Type | Name | Description |
---|---|---|
PostShoppingSheetLoanOptionsRequest | request |
Returns
Type | Description |
---|---|
PostShoppingSheetLoanOptionsResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService