示例#1
0
 public User()
 {
     protect = new AccountsProtect();
     contact = new IndividualDatum();
 }
示例#2
0
 public User()
 {
     this.protect = new AccountsProtect();
     this.contact = new IndividualDatum();
 }