Example #1
0
    /// <summary>
    ///  查询今日房价
    /// </summary>
    private void GetTodyPrice()
    {
        RoomTypeBLL rtBll = new RoomTypeBLL();
        string      str   = rtBll.GetTodyPrice();

        strJson = str;
    }