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