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