Esempio n. 1
0
        public bool IsNewStart()
        {
            var ifTalbeExist = _sqlLiteConnection.IfTableExist();

            if (!ifTalbeExist)
            {
                return(true);
            }

            return(_pacmanLastGeneration == 0);
        }