Implementing a Simple Service with Test and Live Implementations
Could anyone share an implementation of a simple service that has an example of test and live implementations and usage of each? I'm trying to build my own using TestClock. However, that seems to have a lot extra stuff included because it is part of the TestServices and also library code, so I'm having trouble trying to isolate what I really need to make my own.
