示例#1
0
 public IActionResult DeleteRentalById(int id)
 {
     _rentalService.DeleteRentalById(id);
     return(NoContent());
 }