Exemplo n.º 1
0
 void IDisposable.Dispose()
 {
     BlogContextFactory.Destroy(Context);
 }
Exemplo n.º 2
0
 public TestFixture()
 {
     Context = BlogContextFactory.Create();
 }