Exemplo n.º 1
0
 public IActionResult editVacation([FromBody] Vacation T)
 {
     return(Ok(vacationRepository.EditVacation(T)));
 }