Пример #1
0
 public CashNeededByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }
Пример #2
0
 public CombinedPostedClosedByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }
Пример #3
0
 public NonNHSConditionBridgeCount(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon ?? throw new ArgumentNullException(nameof(stackedColumnChartCommon));
 }
Пример #4
0
 public PostedBridgeCountByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }
Пример #5
0
 public ClosedBridgeDeckAreaByBPN(StackedColumnChartCommon stackedColumnChartCommon)
 {
     this.stackedColumnChartCommon = stackedColumnChartCommon;
 }