/// <summary>
 /// NocoreHumanResourceType class constructor
 /// </summary>
 public NocoreHumanResourceType()
 {
     this.faseHistorieField    = new List <FasePeriodType>();
     this.locationField        = new NocoreLocationType();
     this.nationalityField     = new NationalityType();
     this.bankAccountInfoField = new BankAccountInfoType();
 }
Beispiel #2
0
 /// <summary>
 /// NocoreHumanResourceType class constructor
 /// </summary>
 public NocoreHumanResourceType()
 {
     this._nocoreFlexHumanResourceFases = new List <nocoreFlexHumanResourceFaseType>();
     this._faseHistorie    = new List <FasePeriodType>();
     this._location        = new NocoreLocationType();
     this._nationality     = new NationalityType();
     this._bankAccountInfo = new BankAccountInfoType();
 }