Created
February 12, 2017 19:35
-
-
Save mabuenox/03b10aaf7d2fe517ab9f65d2070ca3fa 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
void Save(Order order); | |
void SendMessage(Message message, User recipient); | |
void Authenticate(string username, string password); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment