Esempio n. 1
0
 public bool CreateHotel(Hotel h)
 {
     return hdao.Create(h);
 }
Esempio n. 2
0
 public bool UpdateHotel(Hotel h)
 {
     return hdao.Update(h);
 }