Add files via upload

This commit is contained in:
Markines16
2021-05-07 13:48:50 +02:00
committed by GitHub
parent fe520f1495
commit 7be148840e
3 changed files with 43 additions and 17 deletions

View File

@ -8,6 +8,7 @@
private $_idcinema; //Cinema Id
private $_numRows; //Num rows.
private $_numCol; //Num columns.
private $_total_seats;
//Constructor:
function __construct($number, $idcinema, $numRows, $numCol){