Beispiel #1
0
 partial void DeletepracTag(pracTag instance);
Beispiel #2
0
 partial void UpdatepracTag(pracTag instance);
Beispiel #3
0
 partial void InsertpracTag(pracTag instance);
Beispiel #4
0
	private void detach_pracTags(pracTag entity)
	{
		this.SendPropertyChanging();
		entity.tagi = null;
	}
Beispiel #5
0
	private void attach_pracTags(pracTag entity)
	{
		this.SendPropertyChanging();
		entity.tagi = this;
	}
Beispiel #6
0
	private void detach_pracTags(pracTag entity)
	{
		this.SendPropertyChanging();
		entity.pracownicy_naukowi = null;
	}