예제 #1
0
 public double CalculatePriceEarningsRatio(IStock stock, double marketPrice)
 {
     return(stock.CalculatePriceEarningsRatio(marketPrice));
 }