Exemplo n.º 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();
 }
Exemplo n.º 2
0
 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();
 }
Exemplo n.º 3
0
 public HCM_Versions()
 {
     Client = new HCM_Client();
 }