Beispiel #1
0
 public static bool IsCanChooseMid(this AutoSubmitOrderResponse response) => response.Data.IsCanChooseMid == "Y";
Beispiel #2
0
 public static bool CanChooseSeats(this AutoSubmitOrderResponse response) => response.Data.CanChooseSeats == "Y";