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