コード例 #1
0
 public int GetReservationID(int tableID)
 {
     try
     {
         return(Table_DAO.GetReservationID(tableID));
     }
     catch (Exception e)
     {
         return(999);
     }
 }