Esempio n. 1
0
 public IEnumerable <Vote> GetDayVotes(string type, string apiname)
 {
     return(favoriteService.GetVotesD(type, apiname));
 }