Beispiel #1
0
 partial void DeletezgloTag(zgloTag instance);
Beispiel #2
0
 partial void UpdatezgloTag(zgloTag instance);
Beispiel #3
0
	private void detach_zgloTags(zgloTag entity)
	{
		this.SendPropertyChanging();
		entity.Zgloszenia = null;
	}
Beispiel #4
0
 partial void InsertzgloTag(zgloTag instance);
Beispiel #5
0
	private void attach_zgloTags(zgloTag entity)
	{
		this.SendPropertyChanging();
		entity.tagi = this;
	}