Exemplo n.º 1
0
 public response GetChildren(Parte item, string tableName, int childrenId)
 {
     return(item.GetChildren(tableName, childrenId));
 }