Starting factory with static object.

0

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?

    
asked by anonymous 17.07.2018 / 20:54

0 answers