Class FaShoppingSheetCommentServiceBase
Abstract base class - FaShoppingSheetCommentServiceBase
Inheritance
System.Object
FaShoppingSheetCommentServiceBase
Implements
Cmc.Core.ServiceModel.IEntityService<FaShoppingSheetCommentEntity>
Cmc.Core.ServiceModel.IService
Namespace: Cmc.Nexus.FinancialAid.Services
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public abstract class FaShoppingSheetCommentServiceBase : EntityService<FaShoppingSheetCommentEntity>, IFaShoppingSheetCommentService, IEntityService<FaShoppingSheetCommentEntity>, IService
Constructors
FaShoppingSheetCommentServiceBase()
Declaration
protected FaShoppingSheetCommentServiceBase()
Methods
PostShoppingSheetComments(PostShoppingSheetCommentsRequest)
Declaration
public virtual PostShoppingSheetCommentsResponse PostShoppingSheetComments(PostShoppingSheetCommentsRequest request)
Parameters
Type | Name | Description |
---|---|---|
PostShoppingSheetCommentsRequest | request |
Returns
Type | Description |
---|---|
PostShoppingSheetCommentsResponse |
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService