private void detach_Lines(OrderLineCompat entity) { this.SendPropertyChanging(); }
public int Add(OrderLineCompat orderLine) { return List.Add(orderLine); }
public int Add(OrderLineCompat orderLine) { return(List.Add(orderLine)); }