Exemple #1
0
 public Boat[] GetBoatsByCustomerId(int id)
 {
     return(BoatManager.GetBoatsByCustomerId(id).ToArray());
 }