예제 #1
0
 protected override bool Validate()
 {
     return(SemiProbabilisticPipingCalculationService.Validate(calculation, generalPipingInput, normativeAssessmentLevel));
 }
예제 #2
0
 protected override void PerformCalculation()
 {
     SemiProbabilisticPipingCalculationService.Calculate(calculation, generalPipingInput, normativeAssessmentLevel);
 }