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