예제 #1
0
 public IList <VoteDto> GetAll()
 {
     return(_voteService.GetAll());
 }