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