Пример #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_Country()
 {
     Region = new HCM_Region();
 }