Beispiel #1
0
        public void SoldInDay(Label result)
        {
            BillDTO billDTO = new BillDTO();
            BillBUS billBUS = new BillBUS();

            billDTO     = billBUS.GetDate();
            result.Text = data.SoldInDay(billDTO).Rows[0][0].ToString();
        }