From 2c2ab7e99009fa39630524a4e8834d0c3389f8b2 Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Tue, 13 Apr 2021 21:09:50 +0200 Subject: [PATCH] Delete room_dao.php --- panel_manager/includes/room_dao.php | 39 ----------------------------- 1 file changed, 39 deletions(-) delete mode 100644 panel_manager/includes/room_dao.php diff --git a/panel_manager/includes/room_dao.php b/panel_manager/includes/room_dao.php deleted file mode 100644 index 7661e82..0000000 --- a/panel_manager/includes/room_dao.php +++ /dev/null @@ -1,39 +0,0 @@ -mysqli, $sql) or die ('Error into query database'); - - return $resul; - } - - //Create a new Room Data Transfer Object. - public function loadRoom($id, $idcinema, $numCol, $numRows){ - return new RoomDTO($id, $idcinema, $numCol, $numRows); - } - - } - -?> \ No newline at end of file