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