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