Example #1
0
 public static List <Order> SelectOrderInfo(string OrderId)
 {
     return(OrderServer.SelectOrderInfo(OrderId));
 }