Why not seperate OBJ layer
Hi, the BLL and DAL seems to have same properties, DAL has ArticleDetails class and BLL has Article class etc. Wouldn't it make more sense to seperate these and put into another object layer, so that both BLL and DAL use the same objects?
|