Skip to content

Instantly share code, notes, and snippets.

@sullivan-
Created March 7, 2013 00:53
class UService extends hasDependency[URepository] {
def getU(uName: String): Option[U] = uRepo.getU(uName) // STUB
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment