Exemple #1
0
        public PersistenceFixture(IDummyPersistence persistence)
        {
            Assert.NotNull(persistence);

            _persistence = persistence;
        }
 public DummyPersistenceFixture(IDummyPersistence persistence)
 {
     _persistence = persistence;
 }