コード例 #1
0
 public List <PreorderTable> GetReservationList()
 {
     try
     {
         return(ReservationDao.GetReservation());
     }
     catch (HCSMSException ex)
     {
         raiseError(ex);
         return(null);
     }
 }