Ejemplo n.º 1
0
 public IEnumerable <string> ProcessNames(IEnumerable <string> names)
 {
     return(greetingStrategy.Execute(names));
 }