Ensuring Dependencies Are Passed from Service to Methods
This probably has been spoken a thousand times, but I don't know what to search for:
How do I make sure that dependencies are passed from the service to its methods?
In this example DatabaseLive implements the SqlClient, but it doesn't get passed on.
How do I make sure that dependencies are passed from the service to its methods?
In this example DatabaseLive implements the SqlClient, but it doesn't get passed on.

