Search Results for

    Show / Hide Table of Contents

    Interface IDtcoReportService

    Namespace: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public interface IDtcoReportService

    Methods

    | Improve this Doc View Source

    GetAtTimeForDriver(DateTime, Guid)

    Declaration
    DtcoReport GetAtTimeForDriver(DateTime date, Guid employmentId)
    Parameters
    Type Name Description
    System.DateTime date
    System.Guid employmentId
    Returns
    Type Description
    DtcoReport
    | Improve this Doc View Source

    GetForDriver(Guid)

    Declaration
    DtcoReport GetForDriver(Guid employmentId)
    Parameters
    Type Name Description
    System.Guid employmentId
    Returns
    Type Description
    DtcoReport
    | Improve this Doc View Source

    Save(DtcoReport)

    Declaration
    bool Save(DtcoReport dtcoReport)
    Parameters
    Type Name Description
    DtcoReport dtcoReport
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx