Exemplo n.º 1
0
 public string SayHi(string name)
 {
     return(_greetingService.SayHi(name));
 }