Пример #1
0
 public override string Visit(HourlyEmployee employee)
 {
     // generate the line of the report.35
      return "100 Hours and $1000 in total.";
 }
Пример #2
0
 public abstract string Visit(HourlyEmployee employee);