Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 22, 2013 19:34
Show Gist options
  • Save wullemsb/5224093 to your computer and use it in GitHub Desktop.
Save wullemsb/5224093 to your computer and use it in GitHub Desktop.
Order Service with hard to version contract
public class OrderService
{
public OrderResponse GetOrder(Guid orderId)
{
return new OrderResponse();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment