示例#1
0
 public MemoryDbInstance()
 {
     Context    = MemoryContextFactory.Create();
     Repository = RepositoryFactory.Create(Context);
 }
示例#2
0
 public void Dispose()
 {
     MemoryContextFactory.Destroy(Context);
 }