Skip to content

Commit e7da4a3

Browse files
Merge pull request #19 from GabrielTorelo/feat/gameProjections
feat/gameProjections#001 - OK
2 parents ab930fa + c96f6fb commit e7da4a3

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)