Пример #1
0
 public IList <FeedEvent> GetUserFeedEvents(string userId)
 {
     return(_feedEventService.GetFeedEventsByUser(userId));
 }