Ejemplo n.º 1
0
 public SectorValuationDataPointAggregate(ValuationDataPoint data = null)
 {
     Sector = data;
 }
Ejemplo n.º 2
0
 public ValuationDataPointAggregate(ValuationDataPoint self, ValuationDataPoint sector, ValuationDataPoint industry)
 {
     Self     = self;
     Sector   = sector;
     Industry = industry;
 }