Search Results for

    Show / Hide Table of Contents

    Interface ITourRepository

    Namespace: Simplic.Logistics.Planning
    Assembly: Simplic.Logistics.Planning.dll
    Syntax
    public interface ITourRepository

    Methods

    | Improve this Doc View Source

    GetBetween(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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx