예제 #1
0
 public bool CanVote(int userId, int uploadId)
 {
     return(_voteService.CanVote(userId, uploadId));
 }