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