Search Results for

    Show / Hide Table of Contents

    Interface IVehicleInsuranceRepository

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

    Methods

    | Improve this Doc View Source

    GetAllForVehicle(Guid)

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