Ejemplo n.º 1
0
 public async Task <IActionResult> GetWorkshopByCity(string city)
 => Ok(await _workshopService.GetWorkhopsByCity(city));