Skip to content

Instantly share code, notes, and snippets.

@mabuenox
Created February 12, 2017 19:37
Show Gist options
  • Save mabuenox/edc68a0257b34bc9fe53ec2861f28cc1 to your computer and use it in GitHub Desktop.
Save mabuenox/edc68a0257b34bc9fe53ec2861f28cc1 to your computer and use it in GitHub Desktop.
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