Ejemplo n.º 1
0
 public IActionResult getVacationsForDisplay()
 {
     return(Ok(vacationRepository.GetVacationDisplay()));
 }