コード例 #1
0
 public DateTime?GetcheckinBillByTableID(int id, int status) /*Lấy thời gian check in bằng mã thẻ */
 {
     return(billDAL.GetcheckintBillIdbyTableID(id, status));
 }