Ejemplo n.º 1
0
 partial void DeleteLote(Lote instance);
Ejemplo n.º 2
0
 partial void InsertLote(Lote instance);
Ejemplo n.º 3
0
 partial void UpdateLote(Lote instance);
Ejemplo n.º 4
0
		private void detach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Fornecedor = null;
		}
Ejemplo n.º 5
0
		private void attach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Fornecedor = this;
		}
Ejemplo n.º 6
0
		private void detach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Especificacao = null;
		}
Ejemplo n.º 7
0
		private void detach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Compra = null;
		}
Ejemplo n.º 8
0
		private void attach_Lotes(Lote entity)
		{
			this.SendPropertyChanging();
			entity.Compra = this;
		}