Beispiel #1
0
 //Create a boat
 public static Boat CreateBoat(Boat boat)
 {
     return(ProductHelper.CreateBoat(boat));
 }