예제 #1
0
 public Plan(
     ProjectBrief projectBrief,
     QualityManagementApproach qualityManagementApproach,
     RiskManagementApproach riskManagementApproach,
     CommunicationManagementApproach communicationManagementApproach,
     ChangeControlApproach changeControlApproach,
     ResourceAvailability resourceAvailability,
     RegistersLogs registersLogs
     ) => throw new NotImplementedException();
예제 #2
0
 public HighlightReport(
     ProjectInitiationDocumentation projectInitiationDocumentation,
     CheckpointReport[] checkpointReports,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister,
     StagePlan stagePlan,
     CommunicationManagementApproach communicationManagementApproach
     ) => throw new NotImplementedException();
예제 #3
0
 public LessonsReport(
     ProjectInitiationDocumentation projectInitiationDocumentation,
     LessonsLog lessonsLog,
     IssueRegister issueRegister,
     QualityRegister qualityRegister,
     RiskRegister riskRegister,
     QualityRecords qualityRecords,
     CommunicationManagementApproach communicationManagementApproach
     ) => throw new NotImplementedException();