private void attach_CartItems(CartItem entity) { this.SendPropertyChanging(); entity.Product = this; }
private void detach_CartItems(CartItem entity) { this.SendPropertyChanging(); entity.Product = null; }
private void attach_CartItems(CartItem entity) { this.SendPropertyChanging(); entity.Customer = this; }