예제 #1
0
 def __lateRentals(self):
     Utils.print_all_indexed(self.__statisticsControler.lateRentedMovies())
예제 #2
0
 def __mostActiveClients(self):
     Utils.print_all_indexed(self.__statisticsControler.mostActiveClients())
예제 #3
0
 def __currentlyRentedMovies(self):
     Utils.print_all_indexed(self.__statisticsControler.allRentedMovies())
예제 #4
0
 def __mostRentedMovies(self):
     Utils.print_all_indexed(self.__statisticsControler.mostRentedMovies())