Exemplo n.º 1
0
 public List <UP_ShowArea_Result> showPage(int page, int rows, string order, string orderType)
 {
     return(areaDal.showPage(page, rows, order, orderType));
 }