Example #1
0
 public override bool Work(PersonBase workingPerson)
 {
     workingPerson.FillTiredness(bedComfort);
     return(true);
 }