示例#1
0
 private void detach_FacturaPorProducto(FacturaPorProducto entity)
 {
     this.SendPropertyChanging();
     entity.Producto = null;
 }
示例#2
0
 private void attach_FacturaPorProducto(FacturaPorProducto entity)
 {
     this.SendPropertyChanging();
     entity.Factura = this;
 }
示例#3
0
 partial void UpdateFacturaPorProducto(FacturaPorProducto instance);
示例#4
0
 partial void DeleteFacturaPorProducto(FacturaPorProducto instance);
示例#5
0
 partial void InsertFacturaPorProducto(FacturaPorProducto instance);