示例#1
0
 /// <summary>
 /// Adds a line item to OrderProduct table
 /// </summary>
 /// <param name="orderProduct"></param>
 public void AddOrderProduct(OrderProduct orderProduct)
 {
     repo.AddOrderProduct(orderProduct);
 }