Search Results for

    Show / Hide Table of Contents

    Interface IVehicleTollRepository

    Interface for vehicle toll DB functions

    Namespace: Simplic.Logistics.Vehicle
    Assembly: Simplic.Logistics.Vehicle.dll
    Syntax
    public interface IVehicleTollRepository

    Methods

    | Improve this Doc View Source

    Get(Guid)

    Gets the Toll

    Declaration
    Toll Get(Guid id)
    Parameters
    Type Name Description
    System.Guid id
    Returns
    Type Description
    Toll
    | Improve this Doc View Source

    SaveToll(Toll)

    Saves the toll

    Declaration
    void SaveToll(Toll obj)
    Parameters
    Type Name Description
    Toll obj
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx