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

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

            command.Execute();
        }