コード例 #1
0
 public CreateQuestionWithAnswersHandler(ITestCreationUoW uow)
 {
     this.uow = uow;
 }
コード例 #2
0
ファイル: DeleteTestHandler.cs プロジェクト: NeVeSpl/TestMe
 public DeleteTestHandler(ITestCreationUoW uow)
 {
     this.uow = uow;
 }
コード例 #3
0
 public UpdateCatalogHandler(ITestCreationUoW uow)
 {
     this.uow = uow;
 }
コード例 #4
0
 public CreateTestItemHandler(ITestCreationUoW uow)
 {
     this.uow = uow;
 }
コード例 #5
0
ファイル: UpdateTestHandler.cs プロジェクト: NeVeSpl/TestMe
 public UpdateTestHandler(ITestCreationUoW uow)
 {
     this.uow = uow;
 }
コード例 #6
0
 public UserCreatedEventHandler(ITestCreationUoW uow)
 {
     this.uow = uow;
 }