Пример #1
0
 //通过主键orderID查询订单信息
 public Order GetOrderByID(string orderID)
 {
     return(orderDataAccess.GetOrderByID(orderID));
 }