Ejemplo n.º 1
0
 public IActionResult GetCamera(int id) => Ok(cameraRepository.GetCamera(id).Result);