Ejemplo n.º 1
0
 public static Employee GetEmployeeByName(CompanyFactory factory)
 {
     return(factory.GetEmployeeByName(Console.ReadLine()));
 }