Click or drag to resize
Infosoft Logo

IRouteService Interface

Service for manipulating Route entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IRouteService : IRouteQueryService, 
	IBusinessService

The IRouteService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also