Interface IDtcoReportService
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
|
Improve this Doc
View Source
GetForDriver(Guid)
Declaration
DtcoReport GetForDriver(Guid employmentId)
Parameters
Type |
Name |
Description |
System.Guid |
employmentId |
|
Returns
|
Improve this Doc
View Source
Save(DtcoReport)
Declaration
bool Save(DtcoReport dtcoReport)
Parameters
Returns
Type |
Description |
System.Boolean |
|