Created
August 25, 2017 20:15
-
-
Save AnthonyDGreen/507dc43f62a585d06144cebb970ac587 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Public Class AppleJuiceDrinkService | |
Implements IDrinkService | |
Public Sub Drink() Implements IDrinkService.Drink | |
Console.WriteLine("Drink a bottle of apple juice") | |
End Sub | |
End Class |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment