Click or drag to resize
Infosoft Logo

IRouteEntityService Interface

A base repository service for manipulating Route 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 IRouteEntityService : IRouteQueryService, 
	IBusinessService

The IRouteEntityService type exposes the following members.

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