コード例 #1
0
 public ConfigurationItemRecord(
     ChangeControlApproach changeControlApproach,
     ProductBreakdownStructure productBreakdownStructure,
     StagePlan stagePlan,
     WorkPackage workPackage,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister
     ) => throw new NotImplementedException();
コード例 #2
0
 public CheckpointReport(
     WorkPackage workPackage,
     TeamPlanAndActuals teamPlanAndActuals,
     CheckpointReport previousCheckpointReport
     ) => throw new NotImplementedException();