Skip to content

Commit c96f6fb

Browse files
committed
cria 'Projection' com as informações necessárias para mostrar um jogo em uma lista
1 parent ab930fa commit c96f6fb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.gabriel_torelo.game_list.projections;
2+
3+
public interface GameMinProjection {
4+
Long getId();
5+
String getTitle();
6+
Double getScore();
7+
String getImgUrl();
8+
Integer getPosition();
9+
}

0 commit comments

Comments
 (0)