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