コード例 #1
0
ファイル: ColumnService.cs プロジェクト: lvjialiang/PlantEng
 public static IList <ColumnInfo> List()
 {
     return(CategoryManage.ColumnList());
 }