Exemple #1
0
 /// <summary>
 /// Get user's other topic
 /// </summary>
 public IEnumerable <Topic> GetTopicByUserId(int userId, int topicId, int size)
 {
     return(_topicRepository.GetTopicByUserId(userId, topicId, size));
 }