Ejemplo n.º 1
0
 public IActionResult Index([FromServices] ISingletonService service)
 {
     return(Ok(service.Get()));
 }