Example #1
0
 public static PersonenEinerOrganisation CreatePersonenEinerOrganisation(global::System.Guid listenID, global::System.Guid rOWID)
 {
     PersonenEinerOrganisation personenEinerOrganisation = new PersonenEinerOrganisation();
     personenEinerOrganisation.ListenID = listenID;
     personenEinerOrganisation.ROWID = rOWID;
     return personenEinerOrganisation;
 }
Example #2
0
 public void AddToPersonenEinerOrganisation(PersonenEinerOrganisation personenEinerOrganisation)
 {
     base.AddObject("PersonenEinerOrganisation", personenEinerOrganisation);
 }