Why is my Azure Function injecting the same instance of a transient service?
I have an Azure Function in which I’ve configured services for dependency injection. One of these configured services is UserProvider
…
I have an Azure Function in which I’ve configured services for dependency injection. One of these configured services is UserProvider
…