public ConfigurationItemRecord(
     ChangeControlApproach changeControlApproach,
     ProductBreakdownStructure productBreakdownStructure,
     StagePlan stagePlan,
     WorkPackage workPackage,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister
     ) => throw new NotImplementedException();
Beispiel #2
0
 public ProductDescription(
     ProductBreakdownStructure productBreakdownStructure,
     EndUsers endUsers,
     QualityManagementApproach qualityManagementApproach,
     ChangeControlApproach changeControlApproach
     ) => throw new NotImplementedException();