示例#1
0
 public UserManagement()
 {
     database = new PhoneBookDb();
 }
示例#2
0
 public ContactManagement()
 {
     database = new PhoneBookDb();
 }