From 450e03e3e6e2618b5b3248194cf75d724c4c6dc1 Mon Sep 17 00:00:00 2001 From: OscarRui <79144467+OscarRui@users.noreply.github.com> Date: Thu, 8 Apr 2021 18:00:34 +0200 Subject: [PATCH] Delete room_dto.php --- panel_manager/room_dto.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 panel_manager/room_dto.php diff --git a/panel_manager/room_dto.php b/panel_manager/room_dto.php deleted file mode 100644 index 68ee0fb..0000000 --- a/panel_manager/room_dto.php +++ /dev/null @@ -1,30 +0,0 @@ -_id = $id; - $this->_numCol = $numCol; - $this->_numRows = $numRows; - } - - //Methods: - - //Getters && Setters: - public function setId($id){ $this->_id = $id; } - public function getId(){ return $this->_id; } - - 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