I do have basic understanding between AddTransient Vs AddScoped Vs AddSingleton. I know how these 3 behave individually but I am not sure if we can call these 3 instance types within each other and if YES then how my application will behave in that scenario?
I tried reading couple of blogs online but couldn't get answer to this specific case. I am not sure if it's possible to call these instance within each other or not possible at all?
Thanks.
