示例#1
0
 private static void PrintReport(IDictionary <string, TimeSpan> data)
 {
     Console.WriteLine(GottaGoFast.CreateReport(data));
 }