Questions tagged as 'simple-injector'

2
answers

No parameterless constructor defined for this object

I'm trying to create a parameterized constructor, as shown below: public class TestController : Controller { private readonly IAppService _servico; public DashboardController(IAppService servico) { _servico = servico;...
asked by 12.09.2018 / 15:53