예제 #1
0
 def sort_by_name(self):
   Util.print_list(self.__stats_controller.sort_by_name())
예제 #2
0
 def sort_by_borrow(self):
   Util.print_list(self.__stats_controller.sort_by_borrow())
예제 #3
0
 def sort_by_borrow(self):
     Util.print_list(self.__stats_controller.sort_by_borrow())
예제 #4
0
 def sort_by_name(self):
     Util.print_list(self.__stats_controller.sort_by_name())
예제 #5
0
 def list(self):
   Util.print_list(self.__movie_controller.list_movies())
예제 #6
0
 def list(self):
   Util.print_list(self.__rent_return_controller.rented_movies())
예제 #7
0
 def list(self):
   Util.print_list(self.__client_controller.list_clients())