Exemple #1
0
        public string a()
        {
            WithDrawBLL wi    = new WithDrawBLL();
            WithDraw    model = wi.Single(100004);

            model.UTime = DateTime.Now;
            bool flag = wi.Update(model);

            return(flag.ToString());
        }
Exemple #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            WithDrawBLL wi    = new WithDrawBLL();
            WithDraw    model = wi.Single(100004);

            model.UTime = DateTime.Now;
            bool flag = wi.Update(model);

            MessageBox.Show(flag.ToString());
        }