示例#1
0
 public OrderProduct Add(OrderProduct entity)
 {
     return(_OrderProductDal.Add(entity));
 }
示例#2
0
 public void Add(OrderProduct orderProduct)
 {
     _orderProductDal.Add(orderProduct);
 }