Esempio n. 1
0
 public ScoreJudge(Guid SolutionId, int userId, string challengeReference)
 {
     scoreComponent = new ScoreComponent(SolutionId, userId, "JUDGE", challengeReference);
 }
Esempio n. 2
0
 public ScoreJudge(Guid SolutionId, int userId)
 {
     scoreComponent = new ScoreComponent(SolutionId, userId, "JUDGE");
 }