コード例 #1
0
ファイル: DeptManager.cs プロジェクト: WuSongTao-02/Storage
 public static Model.Huang.PageList PageListDemo(int pageindex, int pagesize)
 {
     return(DeptService.PageListDemo(pageindex, pagesize));
 }