Class FaShoppingSheetBannerDetailServiceBase
Abstract base class - FaShoppingSheetBannerDetailServiceBase
Inheritance
System.Object
FaShoppingSheetBannerDetailServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FaShoppingSheetBannerDetailEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class FaShoppingSheetBannerDetailServiceBase : EntityService<FaShoppingSheetBannerDetailEntity>, IFaShoppingSheetBannerDetailService, IEntityService<FaShoppingSheetBannerDetailEntity>, IService
Constructors
FaShoppingSheetBannerDetailServiceBase()
Declaration
protected FaShoppingSheetBannerDetailServiceBase()
Methods
PostShoppingSheetBannerDetails(PostShoppingSheetBannerDetailsRequest)
Declaration
public virtual PostShoppingSheetBannerDetailsResponse PostShoppingSheetBannerDetails(PostShoppingSheetBannerDetailsRequest request)
Parameters
Type | Name | Description |
---|---|---|
PostShoppingSheetBannerDetailsRequest | request |
Returns
Type | Description |
---|---|
PostShoppingSheetBannerDetailsResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService