示例#1
0
        public string SelectServicesListData(int zipcode, int Category)
        {
            string       str          = string.Empty;
            BllTopSearch objInnerpage = new BllTopSearch();

            str = objInnerpage.SelectServicesListData(zipcode, Category);
            return(str);
        }
示例#2
0
        public string ViewTopRecords(int zipcode)
        {
            string       str          = string.Empty;
            BllTopSearch objInnerpage = new BllTopSearch();

            str = objInnerpage.RecordTopSearch(zipcode);
            return(str);
        }
示例#3
0
        public string GetZipCodeIpAddress(string _IpAddress)
        {
            string       str          = string.Empty;
            BllTopSearch objInnerpage = new BllTopSearch();

            str = objInnerpage.GetZipCodeIDFromIp(_IpAddress);
            return(str);
        }