Beispiel #1
0
 static void PrintWorkers(Worker Maks)
 {
     Console.WriteLine($"Name = {Maks.GetName()} Year = {Maks.GetYear()} Month = {Maks.GetMonth()} FirmName = {Maks.GetFirmName()} Position = {Maks.GetPosition()} Salary = {Maks.GetSalary()}");
 }