示例#1
0
 public async Task CheckOut(int reservaId, [FromBody] CheckOutModel checkOut)
 {
     await _reserva.CheckOut(reservaId, checkOut);
 }