ADD: Scientist gateway

correction_routeur
Lilian BRETON 2 years ago
parent 01b52cd301
commit 071dfee14b

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