Ejemplo n.º 1
0
 public List <ArticleOutput> RecommendArticles(int userId)
 {
     return(_service.RecommendArticles(userId));
 }