Example #1
0
 public HoursWorked(Hours hours)
 {
     this.Hours = hours;
 }
Example #2
0
 public OvertimeHours(Hours hours)
 {
     this.Hours = hours;
 }
Example #3
0
 public ContractedHours(Hours hours)
 {
     this.Hours = hours;
 }