Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created March 22, 2013 19:39
Show Gist options
  • Save wullemsb/5224127 to your computer and use it in GitHub Desktop.
Save wullemsb/5224127 to your computer and use it in GitHub Desktop.
Order service with better versioning support
public class OrderService
{
public OrderResponse GetOrder(OrderRequest request)
{
return new OrderResponse();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment