コード例 #1
0
ファイル: VotingService.cs プロジェクト: arbium/democratia2
 public static void FinishPetition(Guid id)
 {
     _votingService.FinishPetition(id);
 }