示例#1
0
		public void AddOrderLine(OrderLine ol)
		{
			ol.OwningOrder = this;
			this._orderLines.Add(ol);
		}
示例#2
0
 public void AddOrderLine(OrderLine ol)
 {
     ol.OwningOrder = this;
     this._orderLines.Add(ol);
 }