コード例 #1
0
 public List <Favourite> GetByTopic(Guid topicId)
 {
     return(_favouriteRepository.GetByTopic(topicId));
 }