Ejemplo n.º 1
0
 public OneRabbit[] GetNeighbors(int rabId)
 {
     return(RabbitGetter.GetNeighbors(sql, rabId));
 }