Click or drag to resize
Infosoft Logo

IRetailerDeliveryCombinedService Interface

An aggregation service that combines operations from IRetailerDeliveryService and IRetailerDeliveryStatisticsService.

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

The IRetailerDeliveryCombinedService type exposes the following members.

Methods
 NameDescription
Public methodGetRetailerDeliveriesByRetailer Gets a list of retailer deliveries for a given retailer.
Public methodGetRetailerDeliveryStatisticsByRetailer Gets a list of retailer delivery statistics objects for a given retailer (retailer number/title code).
Top
See Also