Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-09 20:44:13 +02:00
committed by GitHub
parent d075d04a2a
commit b9a7f053dd
3 changed files with 1 additions and 13 deletions

View File

@ -18,13 +18,6 @@
}
//Methods:
public static function getManager($id){
$bd = new Manager_DAO('complucine');
if($bd ) {
return $bd->GetManager($id);
}
return "";
}
//Getters && Setters:
public function setId($id){ $this->_id = $id; }