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