Example #1
0
 void ILifecycleService.Uninitialize()
 {
     if (_dataStore != null && _dataStore.Any())
     {
         _fileBackedRepository.Save(_dataStore);
     }
 }