philvessey / NextDepartures

NextDepartures is a .NET Library that queries GTFS (General Transit Feed Specification) data sets stored locally or in an Azure SQL Database. The library will work with any well formed GTFS data set.
MIT License
1 stars 1 forks source link

Refactor DayTime #13

Closed hypervtechnics closed 4 years ago

hypervtechnics commented 4 years ago

in the private helper methods only pass one parameter daytype which is either today, tomorrow or yesterday. Then the appropiate offset and WeekDayUtil delegate is automatically chosen by that information.

hypervtechnics commented 4 years ago

Fixed.