I have a class called PriceStep
. I keep a list of PriceStep
objects in a class called PriceStepSearchSpace
. Now I am required to have different PriceStepSearchSpace
objects for different products and I need to keep them in some sort of a dictionary. I called this new class PriceStepSearchSpaceRepository
.
Can you think of a simpler/shorter name?