Exemplo n.º 1
0
 /*Select*/
 public List <BEHotel> GetHotelsBL(BEHotel BEHotel)
 {
     return(DA.GetHotels(BEHotel));
 }