Exemplo n.º 1
0
 partial void DeleteDescarte(Descarte instance);
Exemplo n.º 2
0
 partial void UpdateDescarte(Descarte instance);
Exemplo n.º 3
0
 partial void InsertDescarte(Descarte instance);
Exemplo n.º 4
0
		private void detach_Descartes(Descarte entity)
		{
			this.SendPropertyChanging();
			entity.Instituicao = null;
		}
Exemplo n.º 5
0
		private void detach_Descartes1(Descarte entity)
		{
			this.SendPropertyChanging();
			entity.Funcionario1 = null;
		}
Exemplo n.º 6
0
		private void attach_Descartes(Descarte entity)
		{
			this.SendPropertyChanging();
			entity.Funcionario = this;
		}