예제 #1
0
 public IActionResult IncluirQuarto([FromBody] DTOs.Quarto quarto)
 {
     return(Ok(quartoNegocio.IncluirQuarto(quarto)));
 }