示例#1
0
 /// <summary>
 /// Returns Hoteles by Id
 /// </summary>
 /// <returns> Hoteles</returns>
 public Hoteles SelectHotelesById(int hotelid)
 {
     HotelesBl objHotelesBl = new HotelesBl();
     return objHotelesBl.SelectByIdHoteles(hotelid);
 }