コード例 #1
0
ファイル: PlayerService.cs プロジェクト: jens966m/OHKVotes
 public void ClearAllVotes()
 {
     repo.ClearAllVotes();
 }