Example #1
0
 public void TestInitialize()
 {
     testCreationDbContext         = CreateTestCreationDbContext();
     readOnlyTestCreationDbContext = CreateReadOnlyTestCreationDbContext();
     uow = TestUtils.CreateTestCreationUoW(testCreationDbContext);
 }
Example #2
0
 public ReadCatalogsHandler(ReadOnlyTestCreationDbContext context)
 {
     this.context = context;
 }
Example #3
0
 public ReadQuestionWithAnswersHandler(ReadOnlyTestCreationDbContext context)
 {
     this.context = context;
 }
Example #4
0
 public ReadTestItemsHandler(ReadOnlyTestCreationDbContext context)
 {
     this.context = context;
 }