Example #1
0
 public void deleteRoomDevice(TRoomdevice roomdevice) throws Exception {
   roomDAO.delete(roomdevice);
 }