Example #1
0
		public int Add(OrderCompat order)
		{
			return List.Add(order);
		}
Example #2
0
 public int Add(OrderCompat order)
 {
     return(List.Add(order));
 }