I have a question about how I setup my BO's.
I setup the BO's to contain all of my properties of the object as well as the business logic to satisfy the business rules. I decided to make all of the methods static, but I'm not sure if that was the right decision. Someone told me to split my BO's into an Entity Object of just properties and then a BO of just methods that do business rules, and don't make the methods static.
Does anyone have some experience with the way i've set this up? Any examples of how it might work better for future growth?
Thanks!