示例#1
0
        private void SellTableFetch()
        {
            DataTable billsData = _productRepo.GetAllBills();

            sellReportGridView.DataSource = billsData;
        }