예제 #1
0
 public void AddScoreOfTest(int userId, int testId, int score)
 {
     _userDao.AddScoreOfTest(userId, testId, score);
 }