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