示例#1
0
 private void checkTheSumOfHoursToday(int hours)
 {
     hours.Should().Be(days.Between(DateTime.Today, DateTime.Today).Sum(d => d.Hours));
 }