コード例 #1
0
ファイル: ScoreComponent.cs プロジェクト: OOcm1987/Nexso
 public ScoreJudge(Guid SolutionId, int userId, string challengeReference)
 {
     scoreComponent = new ScoreComponent(SolutionId, userId, "JUDGE", challengeReference);
 }
コード例 #2
0
ファイル: ScoreComponent.cs プロジェクト: OOcm1987/Nexso
 public ScoreJudge(Guid SolutionId, int userId)
 {
     scoreComponent = new ScoreComponent(SolutionId, userId, "JUDGE");
 }