Exemplo n.º 1
0
 public List <Race> GetAllRaces()
 {
     return(db.GetListRace("SELECT * FROM Race;"));
 }