Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active July 22, 2020 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/4a4f3ec22c95a941038c7112f6202b76 to your computer and use it in GitHub Desktop.
Save dcomartin/4a4f3ec22c95a941038c7112f6202b76 to your computer and use it in GitHub Desktop.
public interface IOrder
{
string GetShippingAddress(int orderId);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment