Exemplo n.º 1
0
 public LapRow GetBestLaprowForUserCompetitor(UserCompetitor userCompetitor)
 {
     return(this.GetBestLaprowForUserCompetitorID(userCompetitor.ID));
 }
Exemplo n.º 2
0
 public Tuple <LapRow, LapSectorCell> GetBestLapSectorCellByIndexForUserCompetitor(UserCompetitor userCompetitor, UInt32 indexOfLapSectorCell)
 {
     return(this.GetBestLapSectorCellByIndexForUserCompetitorID(userCompetitor.ID, indexOfLapSectorCell));
 }