コード例 #1
0
        public void insertBill()
        {
            Datalayer dl = new Datalayer();

            dl.InsertBill();
        }