Esempio n. 1
0
 public InMemoryRepository(InMemoryDataStore dataStore)
 {
     this.dataStore       = dataStore;
     identityPropertyInfo = GetIdentityPropertyInformation();
 }
Esempio n. 2
0
 public InMemoryUnitOfWork(InMemoryDataStore dataStore)
 {
     this.dataStore = dataStore;
     Commit();
 }