Example #1
0
 public virtual string Saludar(string nombre)
 {
     return(_saludar.Hola(nombre));
 }