Exemple #1
0
 public IEnumerable <decimal> Calculate()
 {
     return(_factory.CreateShapes().Select(x => x.Area()));
 }