Skip to content

Commit

Permalink
feat: VIN-422 - criando DTOs
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderleik committed Apr 18, 2024
1 parent 0ba0138 commit c50a8bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.vinhonotas.harmonizacao.interfaces.dtos.inputs;

public record WineInputDTO(String wine) {
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
package com.vinhonotas.harmonizacao.interfaces.dtos.outputs;

public record PairingResponseDTO(String response) {
}

0 comments on commit c50a8bd

Please sign in to comment.