Tagged Questions
5
votes
6answers
525 views
What's the common way for OOP Pattern design (Data Access)
Originally there was the DAL object which my BO's called for info and then passed to UI. Then I started noticing reduced code in UI and there were Controller classes. What's the decent recomendation.
...