forked from Olympic/NTO-2025-Backend-TeamTask
Delete src/main/java/com/example/nto/EmployeeInfoResponseDto.java
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
package com.example.nto.dto;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public record EmployeeInfoResponseDto(
|
||||
String name,
|
||||
String photoUrl,
|
||||
Map<String, BookingShortDto> booking
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user