Esempio n. 1
0
 public List <Poll> GetAllPoll()
 {
     return(_iPollRepository.GetAllPoll());
 }