コード例 #1
0
 public bool ClearTicketStatus(string Ticket, string DeviceID)
 {
     return(objCashDesk.ClearTicketStatus(Ticket, DeviceID));
 }