Beispiel #1
0
 //Display Total Cost
 private void DisplayOutingTotalCost()
 {
     Console.Clear();
     Console.WriteLine("The total cost of all outings is listed below.");
     Console.WriteLine(_outingsRepository.GetTotalOutingCost());
 }