예제 #1
0
 public bool CreateHotel(Hotel h)
 {
     return hdao.Create(h);
 }
예제 #2
0
 public bool UpdateHotel(Hotel h)
 {
     return hdao.Update(h);
 }