示例#1
0
 public Order UpdateOrder(Order order)
 {
     return(_repo.UpdateOrder(order));
 }