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