Exemplo n.º 1
0
        public void UpdateLot(params string[] s)
        {
            int x = Convert.ToInt32(s[1]);
            int y = Convert.ToInt32(s[3]);

            int z = (y - x);

            dw.UpdateLot_2(z, s);
        }