Exemplo n.º 1
0
 public Boat[] GetAllBoats()
 {
     return(BoatManager.GetAllBoats().ToArray());
 }