예제 #1
0
파일: Reference.cs 프로젝트: heinzsack/DEV
 public void AddToInformationenZuZielGruppen(InformationenZuZielGruppen informationenZuZielGruppen)
 {
     base.AddObject("InformationenZuZielGruppen", informationenZuZielGruppen);
 }
예제 #2
0
파일: Reference.cs 프로젝트: heinzsack/DEV
 public static InformationenZuZielGruppen CreateInformationenZuZielGruppen(global::System.Guid ID)
 {
     InformationenZuZielGruppen informationenZuZielGruppen = new InformationenZuZielGruppen();
     informationenZuZielGruppen.ID = ID;
     return informationenZuZielGruppen;
 }