Click or drag to resize
Infosoft Logo

IRetailerDeliveryCodeEntityService Interface

A base repository service for manipulating RetailerDeliveryCode 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 IRetailerDeliveryCodeEntityService : IRetailerDeliveryCodeQueryService, 
	IBusinessService

The IRetailerDeliveryCodeEntityService type exposes the following members.

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