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