Ejemplo n.º 1
0
 public static List <Author> GetList(int StartRow, int PageSize)
 {
     return(AuthorDB.GetList(StartRow, PageSize));
 }
Ejemplo n.º 2
0
 public static List <Author> GetList()
 {
     return(AuthorDB.GetList());
 }