Interface ITourRepository
Namespace: Simplic.Logistics.Planning
Assembly: Simplic.Logistics.Planning.dll
Syntax
public interface ITourRepository
Methods
| Improve this Doc View SourceGetBetween(DateTime, DateTime)
Declaration
IEnumerable<Tour> GetBetween(DateTime start, DateTime end)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | start | |
System.DateTime | end |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Tour> |