Beispiel #1
0
 public static IList <ColumnInfo> ListByParentId(int parentId)
 {
     return(CategoryManage.ColumnListByParentId(parentId));
 }