implement all TODOs exept bonus
This commit is contained in:
@@ -22,7 +22,9 @@ public class Main {
|
||||
|
||||
case 2:
|
||||
// TODO: Get genre ID and page from user, then call movieService.displayMoviesByGenre()
|
||||
|
||||
long generId = getLongInput("Enter the ID: ");
|
||||
long page = getLongInput("Enter the page: ");
|
||||
movieService.displayMoviesByGenre(generId, page);
|
||||
break;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user