Example #1
0
 private List <Bookmark> GetBookMarks()
 {
     return(Bookmark.FindInDateRange(_replay.Race.UtcStart, _replay.Race.UtcEnd));
 }