コード例 #1
0
 public UpdateProductHandlerTest(QueryTestFixture fixture)
 {
     _fuhoDbContext     = fixture.FuhoDbContext;
     _fileSystemService = fixture.FileSystemService;
     _logger            = fixture.CreateLoggerMock <UpdateProductHandler>();
 }
 public GetCommentByProductIdHandlerTest(QueryTestFixture fixture)
 {
     _fuhoDbContext = fixture.FuhoDbContext;
     _logger        = fixture.CreateLoggerMock <GetCategoryByIdHandler>();
 }
コード例 #3
0
 public UpdateCategoryHandlerTest(QueryTestFixture fixture)
 {
     _fuhoDbContext = fixture.FuhoDbContext;
     _logger        = fixture.CreateLoggerMock <UpdateCategoryHandler>();
 }