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