Example #1
0
 public static List <PasajeroDTO> GetPasajeros(string termino)
 {
     return(PasajeroDB.GetByTermino(termino));
 }