Click or drag to resize
Infosoft Logo

IDropOffPointEntityService Interface

A base repository service for manipulating DropOffPoint 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 IDropOffPointEntityService : IDropOffPointQueryService, 
	IBusinessService

The IDropOffPointEntityService type exposes the following members.

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