From 83541292f4037dcba5ec67b85f7e98186d888e2f Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Tue, 13 Apr 2021 21:09:56 +0200 Subject: [PATCH] Delete room_dto.php --- panel_manager/includes/room_dto.php | 37 ----------------------------- 1 file changed, 37 deletions(-) delete mode 100644 panel_manager/includes/room_dto.php diff --git a/panel_manager/includes/room_dto.php b/panel_manager/includes/room_dto.php deleted file mode 100644 index 612b5ef..0000000 --- a/panel_manager/includes/room_dto.php +++ /dev/null @@ -1,37 +0,0 @@ -_id = $id; - $this->_idcinema = $idcinema; - $this->_numCol = $numCol; - $this->_numRows = $numRows; - } - - //Methods: - - //Getters && Setters: - public function setId($id){ $this->_id = $id; } - public function getId(){ return $this->_id; } - - public function setIdcinema($idcinema){ $this->_idcinema = $idcinema; } - public function getIdcinema(){ return $this->_idcinema; } - - public function setNumCol($numCol){ $this->_numCol = $numCol; } - public function getNumCol(){ return $this->_numCol; } - - public function setNumRows($numRows){ $this->_numRows = $numRows; } - public function getNumRows(){ return $this->_numRows; } - - } -?> \ No newline at end of file