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