Exemplo n.º 1
0
 public double CalculatePriceEarningsRatio(IStock stock, double marketPrice)
 {
     return(stock.CalculatePriceEarningsRatio(marketPrice));
 }