Interface IDtcoRepository<T>
Assembly: Simplic.Telematic.Core.dll
Syntax
public interface IDtcoRepository<T>
Type Parameters
Methods
|
Improve this Doc
View Source
Get(Guid)
Declaration
Parameters
Type |
Name |
Description |
System.Guid |
guid |
|
Returns
|
Improve this Doc
View Source
GetAllForDriver(Guid)
Declaration
IEnumerable<T> GetAllForDriver(Guid employmentId)
Parameters
Type |
Name |
Description |
System.Guid |
employmentId |
|
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<T> |
|
|
Improve this Doc
View Source
GetAtTimeForDriver(DateTime, Guid)
Declaration
T GetAtTimeForDriver(DateTime date, Guid employmentId)
Parameters
Type |
Name |
Description |
System.DateTime |
date |
|
System.Guid |
employmentId |
|
Returns
|
Improve this Doc
View Source
GetLastForEmployment(Guid)
Declaration
T GetLastForEmployment(Guid employmentId)
Parameters
Type |
Name |
Description |
System.Guid |
employmentId |
|
Returns
|
Improve this Doc
View Source
Save(T)
Declaration
Parameters
Type |
Name |
Description |
T |
obj |
|
Returns
Type |
Description |
System.Boolean |
|