I'm creating an application using TDD and I have a factory that receives IDistributedCache parameter, so it comes inject from my API, how do I start a value for it and pass as parameter to my constructor?
I'm creating an application using TDD and I have a factory that receives IDistributedCache parameter, so it comes inject from my API, how do I start a value for it and pass as parameter to my constructor?