Example #1
0
 public response HasChildrens(Nomenclator item, string childTableName)
 {
     return(item.HasChildrens(childTableName));
 }