예제 #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())