示例#1
0
 public Rabbit[] GetDescendants(int ascendantId)
 {
     return(RabbitGetter.GetDescendants(sql, ascendantId));
 }