Ejemplo n.º 1
0
 public static List <Hotel> ListarHoteles()
 {
     try
     {
         return(PersistenciaHoteles.ListarHoteles());
     }
     catch (Exception ex)
     { throw ex; }
 }
Ejemplo n.º 2
0
 public static List <Hotel> ListarHoteles(int pEstrellas)
 {
     return(PersistenciaHoteles.ListarHoteles(pEstrellas));
 }