Exemplo n.º 1
0
 public UserTypeBLL()
 {
     objDB = new UserDB();
 }
Exemplo n.º 2
0
 public UserBLL()
 {
     objDB = new UserDB();
 }