Exemplo n.º 1
0
 /// <summary>
 /// Array of all races in the context.
 /// </summary>
 /// <returns>The array of race data.</returns>
 public RaceData[] GetAllRaces()
 {
     return(raceLibrary.GetAllRaces());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Array of all races in the context.
 /// </summary>
 /// <returns>The array of race data.</returns>
 public override RaceData[] GetAllRaces()
 {
     return(raceLibrary.GetAllRaces());
 }