Search Results for

    Show / Hide Table of Contents

    Interface ITourTotalsRepository

    Repository for calculating tour totals

    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public interface ITourTotalsRepository

    Methods

    | Improve this Doc View Source

    CalculateTourTotalsByShipmentId(Guid)

    Calculate tour totals by shipment id

    Declaration
    void CalculateTourTotalsByShipmentId(Guid shipmentId)
    Parameters
    Type Name Description
    System.Guid shipmentId

    Unique shipment id

    | Improve this Doc View Source

    CalculateTourTotalsByTourId(Guid)

    Calcuate tour totals by tour id

    Declaration
    void CalculateTourTotalsByTourId(Guid tourId)
    Parameters
    Type Name Description
    System.Guid tourId

    Unique tour id

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx