Exemple #1
0
 public static InformationenFull CreateInformationenFull(global::System.Guid ID, global::System.Guid rOWID)
 {
     InformationenFull informationenFull = new InformationenFull();
     informationenFull.ID = ID;
     informationenFull.ROWID = rOWID;
     return informationenFull;
 }
Exemple #2
0
 public void AddToInformationenFull(InformationenFull informationenFull)
 {
     base.AddObject("InformationenFull", informationenFull);
 }