Exemplo n.º 1
0
		private void detach_BenutzerAnwendung(BenutzerAnwendung entity)
		{
			this.SendPropertyChanging();
			entity.Anwendungen = null;
		}
Exemplo n.º 2
0
 partial void DeleteBenutzerAnwendung(BenutzerAnwendung instance);
Exemplo n.º 3
0
 partial void InsertBenutzerAnwendung(BenutzerAnwendung instance);
Exemplo n.º 4
0
 partial void UpdateBenutzerAnwendung(BenutzerAnwendung instance);
Exemplo n.º 5
0
		private void attach_BenutzerAnwendung(BenutzerAnwendung entity)
		{
			this.SendPropertyChanging();
			entity.Benutzer = this;
		}