156 Views
I’m currently working on a project where our business objects pretty much marry off one for one with our repositories, ie. if we had a Business object named Customer, we would always assume that its persistence mechanism will be an object named something like CustomerRepository, or more accurately an object implementing an interface named ICustomerRepository.
0 comments