diff --git a/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs b/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs index 0bf4f258..09b08bf3 100644 --- a/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs +++ b/AsbCloudInfrastructure/Services/DetectOperations/OperationDetectionWorkFactory.cs @@ -23,13 +23,13 @@ namespace AsbCloudInfrastructure.Services.DetectOperations { new DetectorRotor(), new DetectorSlide(), - new DetectorDevelopment(), - new DetectorTemplating(), + //new DetectorDevelopment(), + //new DetectorTemplating(), new DetectorSlipsTime(), - new DetectorStaticSurveying(), - new DetectorFlashingBeforeConnection(), - new DetectorFlashing(), - new DetectorTemplatingWhileDrilling(), + //new DetectorStaticSurveying(), + //new DetectorFlashingBeforeConnection(), + //new DetectorFlashing(), + //new DetectorTemplatingWhileDrilling(), }; public static WorkPeriodic MakeWork()