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