示例#1
0
 public AdultRabbit[] getMothers(int age, int agediff)
 {
     return(RabbitGetter.getMothers(sql, age, agediff));
 }