public HCM_Users() { Client = new HCM_Client(); Region = new HCM_Region(); Location = new HCM_Location(); Country = new HCM_Country(); Product = new HCM_Product(); }
public HCM_Country() { Region = new HCM_Region(); }