Created
February 12, 2017 19:37
-
-
Save mabuenox/edc68a0257b34bc9fe53ec2861f28cc1 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
IEnumerable<Order> GetOrders(int userId); | |
Message GetMessage(int messageId); | |
bool ValidateCredentials(string username, string password); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment