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