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