Exemplo n.º 1
0
 partial void DeleteUf(Uf instance);
Exemplo n.º 2
0
 partial void UpdateUf(Uf instance);
Exemplo n.º 3
0
		private void detach_Ufs(Uf entity)
		{
			this.SendPropertyChanging();
			entity.Pai = null;
		}
Exemplo n.º 4
0
 partial void InsertUf(Uf instance);
Exemplo n.º 5
0
		private void attach_Ufs(Uf entity)
		{
			this.SendPropertyChanging();
			entity.Pai = this;
		}