Interface IDtcoWeekRestActivityInfoRepository
Inherited Members
Namespace: Simplic.Telematic.Core
Assembly: Simplic.Telematic.Core.dll
Syntax
public interface IDtcoWeekRestActivityInfoRepository : IDtcoRepository<DtcoWeekRestActivityInfo>
Methods
| Improve this Doc View SourceGetForWeeklyRestTime(Guid)
Gets all dtco week rest activity infos for a weekly rest time
Declaration
IEnumerable<DtcoWeekRestActivityInfo> GetForWeeklyRestTime(Guid weeklyRestTimeId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | weeklyRestTimeId | The guid of a weekly rest time |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<DtcoWeekRestActivityInfo> | An enumerable of DtcoWeekRestActivityInfo instances |