Esempio n. 1
0
 public IEnumerable <Topic> GetNoReplyTopic(int size)
 {
     return(_topicRepository.GetNoReplyTopic(size));
 }