Beispiel #1
0
 public Alias_Human(string fp_iName)
 {
     alu = new LookUps(fp_iName);
 }
Beispiel #2
0
 public Alias_ObjSet(string fp_iModel, Alias_Human ah)
 {
     ah_map = ah.DictEntity();
     alu    = new LookUps(fp_iModel);
 }