Ejemplo n.º 1
0
 public async Task <string> SportName(int id) => (await _parkRepository.GetSportTypeByIdAsync(id)).Name.ToString();