コード例 #1
0
 //通过订单状态获取订单
 public List <Order> GetOrderByStatus(string status)
 {
     return(orderDataAccess.GetOrderByStatus(status));
 }