コード例 #1
0
 public Boat GetBoatById(int id)
 {
     return(BoatManager.GetBoatById(id));
 }