Click or drag to resize
Infosoft Logo

IRetailerRestartFeeService Interface

A service for doing simple CRUD operations for retailer restart fees.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Retail
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerRestartFeeService : IBusinessService

The IRetailerRestartFeeService type exposes the following members.

Methods
 NameDescription
Public methodCreateRetailerRestartFee Creates a retailer restart fee.
Public methodDeleteRetailerRestartFee Deletes the retailer restart fee.
Public methodGetRetailerRestartFeeByCode Gets retailer restart fees by Code.
Public methodGetRetailerRestartFeeById Gets Retailer Restart Fee Code by ID.
Public methodGetRetailerRestartFees Gets all retailer restart fees.
Public methodUpdateRetailerRestartFee Updates a retailer restart fee with new values.
Top
See Also