Esempio n. 1
0
        public void BackgroundSave()
        {
            var command = new SaveDatabaseCommand(false);

            command.Execute();
        }
Esempio n. 2
0
        public void Save()
        {
            var command = new SaveDatabaseCommand(true);

            command.Execute();
        }