예제 #1
0
        //load billdetails

        public static SqlDataReader getbilldetails(string phone, string orderid)
        {
            return(AnkapurRepository.getbilldetails(phone, orderid));
        }