Пример #1
0
 public List <OptionCountModel> GetOptionResponseCount(int pollId)
 {
     return(_option.GetOptionResponseCount(pollId));
 }