# Poniszy kod jest wykomentowany, poniewa usuga MoviesService nie implementuje
# metod get_showtimes_for_theatre i get_showtimes_for_movie_and_location
#  s one zaimplementowane po stronie klienta
#
# api_method(:get_showtimes_for_theatre, 
#            :expects => [{:theatre_id => [:int]}], 
#            :returns => [:showtimes => Logical::MovieShowtimes]) 
# 
# api_method(:get_showtimes_for_movie_and_location, 
#            :expects => [{:zip_code => :string}, 
#                         {:movie id => [:int]}], 
#            :returns => [:showtimes => Logical::TheatreShowtimes]) 



