C# Class ITimeU.Models.RaceAthleteModel

Show file Open project: heinek/ITimeU

Public Methods

Method Description
GetAthletesConnectedToRace ( int raceid ) : List

Gets the race athletes for race.

RaceAthleteModel ( ) : System.Collections.Generic

Method Details

GetAthletesConnectedToRace() public static method

Gets the race athletes for race.
public static GetAthletesConnectedToRace ( int raceid ) : List
raceid int The raceid.
return List

RaceAthleteModel() public method

public RaceAthleteModel ( ) : System.Collections.Generic
return System.Collections.Generic