Exemple #1
0
 public Cinema GetCinema(int cinemaId)
 {
     return(repository.GetObject(cinemaId));
 }