Example #1
0
 public static int InsertOrder(string OrderID, int Table)
 {
     return(OrderServer.InsertOrder(OrderID, Table));
 }