Пример #1
0
 public static void main(String[] args) {
   Employee peggy = new Employee(1, "peggy", "accounting", true);
   ClientModule.hireNewEmployee(peggy);
   printEmployeeReport(peggy, FormatType.XML);
 }