Exemplo n.º 1
0
 private void detach_ItemCompras(ItemCompra entity)
 {
     this.SendPropertyChanging();
     entity.Produto = null;
 }
Exemplo n.º 2
0
 partial void DeleteItemCompra(ItemCompra instance);
Exemplo n.º 3
0
 partial void InsertItemCompra(ItemCompra instance);
Exemplo n.º 4
0
 partial void UpdateItemCompra(ItemCompra instance);
Exemplo n.º 5
0
 private void attach_ItemCompras(ItemCompra entity)
 {
     this.SendPropertyChanging();
     entity.Compra = this;
 }