Exemplo n.º 1
0
 public void SetSourceToOrigin()
 {
     _models = default;
 }
Exemplo n.º 2
0
 public void SetSourceToCopy()
 {
     _models = new DictionaryWithHistory <TEntity>(_persistentDatastore.Data);
 }
Exemplo n.º 3
0
 public void Rollback() =>
 _models = new DictionaryWithHistory <TEntity>(_persistentDatastore.Data);