Exemple #1
0
 public static VOL_SelectAllListChoixRetour_Result GetVolRetour(int pVolIDep, int pVolIdRet)
 {
     return(EFVol.GetVolRetour(pVolIDep, pVolIdRet));
 }
Exemple #2
0
        // User

        public static List <VOL_SelectAllListChoix_Result> GetVolsSelectionAll()
        {
            return(EFVol.GetVolsSelectionAll());
        }