Example #1
0
 public IQueryable <Post> GetAllPostsForUser(string userId)
 {
     return(_repository.GetAllPostsForUser(userId));
 }