示例#1
0
 public async Task DeleteStudentScoreGroupByTopicIdAsync(long topicId)
 {
     await _iGradeDao.DeleteStudentScoreGroupByTopicIdAsync(topicId);
 }