Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-07 09:37:40 +02:00
committed by GitHub
parent df9f8176d4
commit efa3c6e31d
3 changed files with 5 additions and 10 deletions

View File

@ -52,6 +52,7 @@
}
//Change state of the seat.
/*
public function changeSeatState($hall, $cinema, $row, $col, $state){
$id = $this->mysqli->real_escape_string($idHall);
$state = $this->mysqli->real_escape_string($state);
@ -63,6 +64,7 @@
return $resul;
}
*/
//Create a new Seat Data Transfer Object.
public function loadSeat($idhall, $idcinema, $numRow, $numCol, $state){