forked from ddrilling/AsbCloudServer
fix WellOperationExportServiceTest
This commit is contained in:
parent
ad3fef064a
commit
8e720dc7c4
@ -118,7 +118,7 @@ namespace AsbCloudWebApi.Tests.Services.WellOperationExport
|
|||||||
wellOperationRepository = Substitute.For<IWellOperationRepository>();
|
wellOperationRepository = Substitute.For<IWellOperationRepository>();
|
||||||
wellOperationCategoryRepository = Substitute.For<IWellOperationCategoryRepository>();
|
wellOperationCategoryRepository = Substitute.For<IWellOperationCategoryRepository>();
|
||||||
wellOperationImportTemplateService = new WellOperationImportTemplateService();
|
wellOperationImportTemplateService = new WellOperationImportTemplateService();
|
||||||
wellOperationExportService = new WellOperationExportService(wellOperationRepository, wellService, wellOperationImportTemplateService, wellOperationCategoryRepository);
|
wellOperationExportService = new WellOperationExportService(wellOperationRepository, wellOperationImportTemplateService, wellOperationCategoryRepository);
|
||||||
|
|
||||||
wellOperationImportService = new WellOperationImportService(wellService, wellOperationRepository, wellOperationCategoryRepository);
|
wellOperationImportService = new WellOperationImportService(wellService, wellOperationRepository, wellOperationCategoryRepository);
|
||||||
wellOperationDefaultExcelParser = new WellOperationDefaultExcelParser();
|
wellOperationDefaultExcelParser = new WellOperationDefaultExcelParser();
|
||||||
|
Loading…
Reference in New Issue
Block a user