コード例 #1
0
ファイル: Jogador.php プロジェクト: RTPorfirio/Carranca
 public static function listaJogador($id)
 {
     return JogadorDao::listaJogador($id);
 }