Example #1
0
        public int GetMaxIDMAIN()
        {
            DataTable table = dbWrapper.GetMaxIDMAIN();

            return(int.Parse(table.Rows[0][0].ToString()));
        }