コード例 #1
0
ファイル: utilController.cs プロジェクト: parvizb/PDAEngine
 public string CreatePage(string id)
 {
     return(PDAL.CreatePageToTableView(id));
 }