Beispiel #1
0
 public UserTypeBLL()
 {
     objDB = new UserDB();
 }
Beispiel #2
0
 public UserBLL()
 {
     objDB = new UserDB();
 }