Exemplo n.º 1
0
 public ActionResult <string> GetSaudacao([FromServices] IServico servico, string nome)
 {
     return(servico.Saudacao(nome));
 }