Hello all,
I have 4 classes that call a database access object class to insert,update,delete,search items. The problem is that each of entities send in different paramaters, and call a different package. Right now I have 4 different database access object classes, but I would like to have one...