示例#1
0
 public static List <DistrictInfo> DistrictInfo_Paging(string CurentPage, string PageSize)
 {
     return(db.DistrictInfo_Paging(CurentPage, PageSize));
 }