Click or drag to resize
Infosoft Logo

IRetailerDeliveryStatisticsEntityService Interface

A base repository service for manipulating RetailerDeliveryStatistics entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts.Entities
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRetailerDeliveryStatisticsEntityService : IRetailerDeliveryStatisticsQueryService, 
	IBusinessService

The IRetailerDeliveryStatisticsEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new RetailerDeliveryStatistics
Public methodDelete Deletes the specified RetailerDeliveryStatistics.
Public methodGet Gets a list of RetailerDeliveryStatisticsSet matching the specified filter.
(Inherited from IRetailerDeliveryStatisticsQueryService)
Public methodGetAll Gets all RetailerDeliveryStatisticsSet
(Inherited from IRetailerDeliveryStatisticsQueryService)
Public methodGetSingle Gets a single RetailerDeliveryStatistics matching the provided filter.
(Inherited from IRetailerDeliveryStatisticsQueryService)
Public methodUpdate Updates the specified RetailerDeliveryStatistics
Top
See Also