示例#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())