Ejemplo n.º 1
0
 public IActionResult getVacation(int id)
 {
     return(Ok(vacationRepository.GetVacation(id)));
 }