예제 #1
0
        public override bool execute( )
        {
            if (base.execute() == false)
            {
                return(false);
            }

            Registry("execute fetch_codLoja ");

            /// USER [ execute ]

            T_Loja loj = new T_Loja(this);

            if (loj.selectAll())
            {
                output_st_cod = (loj.GetMax(TB_T_LOJA.st_loja) + 1).ToString();
            }

            /// USER [ execute ] END

            Registry("execute done fetch_codLoja ");

            return(true);
        }