Hello,

In order to add that functionality, you are going to need to create it.

You are going to need to create an overload on your GetFriendsAccountByUserID method, that accept the pageIndex and pageSize parameters, and you are going to need to do the work of paginating the data that you get back from the database.

You are not going to get this for free.

Gary