How to use bll, dal and model?
- by bruno
Dear all,
In my company I must use a Bll, Dal and model layer for creating applications with a database.
I've learned at school that every databasetable should be an object in my model. so I create the whole model of my database.
Also I've learned that for every table (or model object) there should be a DAO created into the DAL. So I do this to.
…