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