示例#1
0
 def __searchClients(self, keyword):
     Utils.print_all(self.__statisticsControler.searchClient(keyword))
示例#2
0
 def __searchMovies(self, keyword):
     Utils.print_all(self.__statisticsControler.searchMovies(keyword))
示例#3
0
 def __listRental(self):
     Utils.print_all(self.__rentalControler.get_all())
示例#4
0
 def __listClients(self):
     Utils.print_all(self.__clientControler.get_all())
示例#5
0
 def __listMovies(self):
     Utils.print_all(self.__movieControler.get_all())