ADD: Scientist gateway

php
Lilian BRETON 8 months ago
parent 01b52cd301
commit 071dfee14b

@ -4,5 +4,13 @@ namespace model;
class ScientistGateway
{
private $con;
function __construct(Connection $co) {
$this->con = $co;
}
// function findByName(string $name) :? Scientist {
// $usr = null;
// }
}
Loading…
Cancel
Save