Esempio n. 1
0
 public List <BEHotel> GetHotelsAnteriores(BEHotel beHotel)
 {
     return(DA.GetHotelsAnteriores(beHotel));
 }