コード例 #1
0
        public string GetLffdPager(int page, int rows, string roomNO = "", string name = "", int customerType = 0, int rzlx = 0,
                                   string sddsj     = "", string eddsj = "", string sldsj = "", string eldsj = "", string yudNum = "",
                                   string agreeComp = "", string tel   = "", string cph   = "")
        {
            var datas = RoomRegBll.GetLffdPager(UserContext.CurrentUser.HotelId, page, rows, roomNO, name, customerType,
                                                rzlx, sddsj, eddsj, sldsj, eldsj, yudNum, agreeComp, tel, cph);

            return(JsonConvert.SerializeObject(datas));
        }