Beispiel #1
0
 public int GetFollowedPagesCount(string loggedUserId, int postsPerPage)
 {
     return(postManager.GetFollowedPagesCount(loggedUserId, postsPerPage));
 }