1) Methods Exxapmle
List Example
public List<AuthorObject> ListAuthors(int UserID, int AuthorID, int pageIndex, int pageSize, string sorting, string search)
{
List<AuthorObject> listAuthor = new List<AuthorObject>();
...