| 235 | } |
| 236 | |
| 237 | osmoh::Timespan TimeTable::GetPredefinedOpeningTime() const |
| 238 | { |
| 239 | using osmoh::operator""_h; |
| 240 | return {9_h, 18_h}; |
| 241 | } |
| 242 | |
| 243 | osmoh::Timespan TimeTable::GetPredefinedExcludeTime() const |
| 244 | { |
no outgoing calls
no test coverage detected