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