コード例 #1
0
        public string GetPager(int page, int rows, string supplierName, string supplierStatus, long supplierType = 0)
        {
            var pager = SupplierBll.GetPager(page, rows, UserContext.CurrentUser.HotelId, supplierName, supplierStatus, supplierType);

            return(JsonConvert.SerializeObject(pager));
        }