What's the standard practice for building parameter objects out of more than one object?
For example, I want to save a relationship between a Basket object and an Apple object. I need to pass both of their ids to a stored procedure. What class do I add these values to? Thanks, Shawn

