Beispiel #1
0
 public static HourlyRates FromRates(HourlyRates rates)
 {
     return(FromRates(rates.Standard, rates.BetweenBedtimeAndMidnight, rates.AfterMidnight));
 }
Beispiel #2
0
 protected bool Equals(HourlyRates other)
 {
     return(Standard == other.Standard && BetweenBedtimeAndMidnight == other.BetweenBedtimeAndMidnight && AfterMidnight == other.AfterMidnight);
 }