Esempio n. 1
0
 private void detach_OrderCharts(OrderChart entity)
 {
     this.SendPropertyChanging();
     entity.ShoppingCart = null;
 }
Esempio n. 2
0
 partial void DeleteOrderChart(OrderChart instance);
Esempio n. 3
0
 partial void InsertOrderChart(OrderChart instance);
Esempio n. 4
0
 partial void UpdateOrderChart(OrderChart instance);
Esempio n. 5
0
 private void detach_OrderCharts(OrderChart entity)
 {
     this.SendPropertyChanging();
     entity.Customer = null;
 }