示例#1
0
 public InMemoryRepository(InMemoryDataStore dataStore)
 {
     this.dataStore       = dataStore;
     identityPropertyInfo = GetIdentityPropertyInformation();
 }
示例#2
0
 public InMemoryUnitOfWork(InMemoryDataStore dataStore)
 {
     this.dataStore = dataStore;
     Commit();
 }