Example #1
0
 public TRoom getRoom(String id) throws Exception {
   return roomDAO.get(id);
 }