Example #1
0
 public int AddRoomPrice(PmsEntity.RoomPricing roomPrice)
 {
     return(DalFactory.AddRoomPrice(roomPrice));
 }