コード例 #1
0
 public response GetChildrens(TipDocument item, string tableName)
 {
     return(item.GetChildrens(tableName));
 }