qphl / Tools.WorkingDayService

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix bug when building a Working Day Service. #4

Closed ayesaac closed 6 years ago

ayesaac commented 6 years ago

The Working Day Service Builder throws an exception when the sources are null, or the count is larger than 0. Presumably, it should be if sources == null || sources.Count == 0.