コード例 #1
0
 public HCM_Users()
 {
     Client   = new HCM_Client();
     Region   = new HCM_Region();
     Location = new HCM_Location();
     Country  = new HCM_Country();
     Product  = new HCM_Product();
 }
コード例 #2
0
 public HCM_Location()
 {
     Country = new HCM_Country();
 }