Example #1
0
        public DataTable GetNICUServiceBill(string Opid, string status, string Service, DateTime IssueDate)
        {
            DataTable dt  = new NICUBillGateway().GetAllNICUserviceBill(Opid, status, Service, IssueDate.Date);
            DataRow   row = dt.NewRow();

            dt.Rows.Add(row);
            return(dt);
        }