コード例 #1
0
ファイル: UCPractice.xaml.cs プロジェクト: adouv/web-l-w-code
            /// <summary>
            /// 更新全部学生单题作答分析
            /// </summary>
            public void UpdateAllStudentQuestionRecord(string exerciseRecordId)
            {
                AllStudentQuestionStatisticsService allStudentQuestionStatisticsService = new AllStudentQuestionStatisticsService();

                allStudentQuestionStatisticsService.UpdateAllStudentQuestionRecord(exerciseRecordId);
            }