public async Task <IActionResult> Get() { List <Cita> citas = await _citaRepository.GetAll(); return(Ok(new { citas })); }