예제 #1
0
 public Boat[] GetAllBoats()
 {
     return(BoatManager.GetAllBoats().ToArray());
 }