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