Exemplo n.º 1
0
 public static List <AdInfo> ReadAdList(int currentPage, int pageSize, ref int count)
 {
     return(dal.ReadAdList(currentPage, pageSize, ref count));
 }