コード例 #1
0
 public static void DeleteAircraft(int id)
 {
     Aircrafts.DeleteAircraft(id);
 }