Beispiel #1
0
 public double GetSumCalculatedAreas()
 {
     return(_repository.GetAll().Sum(square => GetSquareArea(square)));
 }