Skip to content

Instantly share code, notes, and snippets.

@AnthonyDGreen
Created August 25, 2017 20:16
Embed
What would you like to do?
Public Class Mother
Public Function GetDrinkService() As IDrinkService
Return New MilkDrinkService()
End Function
End Class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment