Beispiel #1
0
 /// <summary>
 /// Returns Hoteles by Id
 /// </summary>
 /// <returns> Hoteles</returns>
 public Hoteles SelectByIdHoteles(int hotelid)
 {
     HotelesDao objHotelesDao = new HotelesDao();
     return objHotelesDao.SelectByIdHoteles(hotelid);
 }