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