Ejemplo n.º 1
0
 public static void atender(INegocio taller, ICliente cliente)
 {
     taller.llegaCliente(cliente);
 }