예제 #1
0
 public SeriesPaginatedModel GetAllFollowedSeries(string userId)
 {
     return(_seriesRepository.GetAllFollowedSeries(userId));
 }