Beispiel #1
0
 public Person() : base(new List <Project>(), OClientTypes.Person)
 {
     PovertyLevelIndicators = new PovertyLevelIndicators();
 }
Beispiel #2
0
 public Person()
     : base(new List<Project>(), OClientTypes.Person)
 {
     PovertyLevelIndicators = new PovertyLevelIndicators();
 }