Click or drag to resize
Infosoft Logo

IShippingMethodEntityService Interface

A base repository service for manipulating ShippingMethod 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 IShippingMethodEntityService : IShippingMethodQueryService, 
	IBusinessService

The IShippingMethodEntityService type exposes the following members.

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