Delete src/main/java/com/example/nto/BookingShortDto.java

This commit is contained in:
2025-12-08 12:07:43 +00:00
parent 9b9cd08836
commit 5bdfb19fd8

View File

@@ -1,4 +0,0 @@
package com.example.nto.dto;
public record BookingShortDto(long id, String place) {
}