Exemplo n.º 1
0
 public async Task Insert([FromServices] IHelloService service)
 {
     await service.Insert();
 }