Exemple #1
0
 public GuDingDao()
 {
     EquipmentSkill = new GuDingDaoSkill()
     {
         ParentEquipment = this
     };
 }
Exemple #2
0
 public GuDingDao()
 {
     EquipmentSkill = new GuDingDaoSkill() { ParentEquipment = this };
 }
Exemple #3
0
 public GuDingDao()
 {
     EquipmentSkill = new GuDingDaoSkill();
 }