Example #1
0
 public Plan(
     ProjectBrief projectBrief,
     QualityManagementApproach qualityManagementApproach,
     RiskManagementApproach riskManagementApproach,
     CommunicationManagementApproach communicationManagementApproach,
     ChangeControlApproach changeControlApproach,
     ResourceAvailability resourceAvailability,
     RegistersLogs registersLogs
     ) => throw new NotImplementedException();
Example #2
0
 public WorkPackage(
     CommercialAgreementsBetweenCustomerAndSupplier commercialAgreementsBetweenCustomerAndSupplier,
     QualityManagementApproach qualityManagementApproach,
     ChangeControlApproach changeControlApproach,
     StagePlan stagePlan
     ) => throw new NotImplementedException();
Example #3
0
 public ProductDescription(
     ProductBreakdownStructure productBreakdownStructure,
     EndUsers endUsers,
     QualityManagementApproach qualityManagementApproach,
     ChangeControlApproach changeControlApproach
     ) => throw new NotImplementedException();