Exemplo n.º 1
0
 private void detach_Lines(OrderLineCompat entity)
 {
     this.SendPropertyChanging();
 }
Exemplo n.º 2
0
		public int Add(OrderLineCompat orderLine)
		{
			return List.Add(orderLine);
		}
Exemplo n.º 3
0
 private void detach_Lines(OrderLineCompat entity)
 {
     this.SendPropertyChanging();
 }
Exemplo n.º 4
0
 public int Add(OrderLineCompat orderLine)
 {
     return(List.Add(orderLine));
 }