Пример #1
0
 public MemoryDbInstance()
 {
     Context    = MemoryContextFactory.Create();
     Repository = RepositoryFactory.Create(Context);
 }
Пример #2
0
 public void Dispose()
 {
     MemoryContextFactory.Destroy(Context);
 }