Example #1
0
 public double GetAverage()
 {
     return(Math.Round(_insuranceRepository.Get().Average(i => i.InsurancePrice), 2));
 }