Skip to content

Instantly share code, notes, and snippets.

@melkio
Created October 1, 2012 10:55
Show Gist options
  • Save melkio/3810936 to your computer and use it in GitHub Desktop.
Save melkio/3810936 to your computer and use it in GitHub Desktop.
With factory
public class OrderFactory
{
public Order CreateNewOrder(Object[] params) {}
public Order CloneOrder(Order parentOrder) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment