Example #1
0
 public HCM_FinancialConfiguration()
 {
     Module     = new HCM_Module();
     WorkStream = new HCM_WorkStream();
     Area       = new HCM_Area();
     Product    = new HCM_Product();
 }
Example #2
0
 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_QuestionnarieClientMapper()
 {
     //Questionnaire = new HCM_Questionnaire();
     Client     = new HCM_Client();
     Module     = new HCM_Module();
     WorkStream = new HCM_WorkStream();
     Area       = new HCM_Area();
     SubArea    = new HCM_SubArea();
     Product    = new HCM_Product();
 }
Example #4
0
 public HCM_Module()
 {
     Product = new HCM_Product();
 }
Example #5
0
 public HCM_Area()
 {
     Module  = new HCM_Module();
     Product = new HCM_Product();
 }
Example #6
0
 public HCM_SubArea()
 {
     Area    = new HCM_Area();
     Product = new HCM_Product();
 }
Example #7
0
 public HCM_UserModuleMapper()
 {
     User    = new HCM_Users();
     Module  = new HCM_Module();
     Product = new HCM_Product();
 }
Example #8
0
 public HCM_WorkStream()
 {
     Module  = new HCM_Module();
     Product = new HCM_Product();
 }