コード例 #1
0
 public static List <Aircrafts> GetAircraftsByCustClientID(int id)
 {
     return(Aircrafts.LoadAircraftsByCustClient(id));
 }