Exemplo n.º 1
0
 public bool UpdateRoomType(PmsEntity.RoomType roomType)
 {
     return(DalFactory.UpdateRoomType(roomType));
 }
Exemplo n.º 2
0
 public int AddRoomType(PmsEntity.RoomType roomType)
 {
     return(DalFactory.AddRoomType(roomType));
 }