Beispiel #1
0
 public void Dispose()
 {
     ApplicationContextFactory.Destroy(Context);
 }
Beispiel #2
0
 public QueryTextFixture()
 {
     Context = ApplicationContextFactory.Create();
     Mapper  = AutoMapperFactory.Create();
 }