Questions tagged [unitydi]
2 questions
1
vote
1 answer
Unity DI Configuration
I am new to Unity DI ,And got stuck with an error while resolving the dependency. The error message says "The current type, Data.Core.Repository.ILogger, is an interface and cannot be constructed. Are you missing a type mapping?"
The config and code…

Niyas Kc
- 21
- 3
-1
votes
1 answer
ASP.Net WebApi: How to inject repository by Unity DI
please discuss with code sample that how to inject repository dynamically in controller by Unity DI
now I am doing things like this way without Unity DI.
public class CustomerController : ApiController
{
static readonly ICustomerRepository…

Monojit Sarkar
- 2,353
- 8
- 43
- 94