Exemplo n.º 1
0
 public static List <Log> GetList(int StartRow, int PageSize)
 {
     return(LogDB.GetList(StartRow, PageSize));
 }