Search Results for

    Show / Hide Table of Contents

    Interface IBillingLineRepository

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

    Methods

    | Improve this Doc View Source

    GetByReceipt(Guid)

    Declaration
    IEnumerable<BillingLine> GetByReceipt(Guid receiptId)
    Parameters
    Type Name Description
    System.Guid receiptId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<BillingLine>
    | Improve this Doc View Source

    GetByShipment(Guid)

    Declaration
    IEnumerable<BillingLine> GetByShipment(Guid shipmentId)
    Parameters
    Type Name Description
    System.Guid shipmentId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<BillingLine>
    | Improve this Doc View Source

    GetByTour(Guid)

    Declaration
    IEnumerable<BillingLine> GetByTour(Guid tourId)
    Parameters
    Type Name Description
    System.Guid tourId
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<BillingLine>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx